Subversion Repositories wimsdev

Rev

Rev 12555 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12555 Rev 17048
Line 13... Line 13...
13
!if $wims_user=supervisor
13
!if $wims_user=supervisor
14
  up_firstname=$firstn
14
  up_firstname=$firstn
15
  up_lastname=$lastn
15
  up_lastname=$lastn
16
  up_email=$email
16
  up_email=$email
17
!else
17
!else
-
 
18
!! user registering to subclass in a groupment with no password
-
 
19
  !if $classpass_=$empty and $wims_user!=$empty
-
 
20
    !! not particular setting seems to be needed
-
 
21
  !else
-
 
22
!!    !debug $wims_user,$auth_user,$classpass_,$superclass,$passverify,$firstn,$lastn,$email
18
!! todo: should never get to this point, but still need some testing
23
!! todo: should never get to this point, but still need some testing
19
  !debug please email this page to wims@unimib.it
24
    !debug please email this page to wims@unimib.it
-
 
25
  !endif
20
!endif
26
!endif
21
 
27