Subversion Repositories wimsdev

Rev

Rev 14335 | Rev 15324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14335 Rev 15290
Line 33... Line 33...
33
!endif
33
!endif
34
 
34
 
35
!! inscription by the supervisor
35
!! inscription by the supervisor
36
!if $auth_method isitemof $auth_method_list and $wims_user=supervisor
36
!if $auth_method isitemof $auth_method_list and $wims_user=supervisor
37
  !reset login_bak
37
  !reset login_bak
-
 
38
!endif
-
 
39
 
-
 
40
!! in case of php need to check user_auth is defined
-
 
41
!if $auth_method isitemof php and $wims_user=supervisor and $step=3 and $user_auth=$empty
-
 
42
  error=login_empty
-
 
43
  !exit
38
!endif
44
!endif
39
 
45
 
40
#####################################
46
#####################################
41
## need to set user_external_auth
47
## need to set user_external_auth
42
#####################################
48
#####################################