Rev 5028 | Rev 5045 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5028 | Rev 5034 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | !endif |
43 | !endif |
44 | ##### end of EXTERNAL connection - part 1 ##### |
44 | ##### end of EXTERNAL connection - part 1 ##### |
45 | # now we can run the script |
45 | # now we can run the script |
46 | !if $auth_method isitemof $auth_method_list and $auth_user!=supervisor |
46 | !if $auth_method isitemof $auth_method_list and $auth_user!=supervisor |
47 | FIXME regarder aussi dans .teacherlist_external |
47 | FIXME regarder aussi dans .teacherlist_external |
48 | auth_user=!lookup |
48 | auth_user=!lookup $auth_user_orig in wimshome/log/classes/$superclass/.userlist_external |
- | 49 | !if $auth_user=$empty |
|
- | 50 | auth_user=!lookup $auth_user_orig in wimshome/log/classes/$superclass/.teacherlist_external |
|
- | 51 | !endif |
|
49 | !endif |
52 | !endif |
50 | auth_user=!translate internal . to @ in $auth_user |
53 | auth_user=!translate internal . to @ in $auth_user |
51 | auth_user=!text select $char_login in $auth_user |
54 | auth_user=!text select $char_login in $auth_user |
52 | auth_password=!text select $char_passwd in $auth_password |
55 | auth_password=!text select $char_passwd in $auth_password |
53 | now=$wims_now |
56 | now=$wims_now |