Rev 15473 | Rev 15506 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15473 | Rev 15505 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | auth_user=!lookup $auth_user_orig in wimshome/log/classes/$superclass/.userlist_external |
44 | auth_user=!lookup $auth_user_orig in wimshome/log/classes/$superclass/.userlist_external |
45 | !if $auth_user=$empty |
45 | !if $auth_user=$empty |
46 | auth_user=!lookup $auth_user_orig in wimshome/log/classes/$superclass/.teacherlist_external |
46 | auth_user=!lookup $auth_user_orig in wimshome/log/classes/$superclass/.teacherlist_external |
47 | !endif |
47 | !endif |
48 | !endif |
48 | !endif |
- | 49 | !set char_login=@$char_login |
|
49 | auth_user=!translate internal . to @ in $auth_user |
50 | auth_user=!translate internal . to @ in $auth_user |
50 | auth_user=!text select $char_login in $auth_user |
51 | auth_user=!text select $char_login in $auth_user |
51 | auth_password=!text select $char_passwd in $auth_password |
52 | auth_password=!text select $char_passwd in $auth_password |
52 | now=$wims_now |
53 | now=$wims_now |
53 | logfile=wimshome/log/classes/$class/.log.auth |
54 | logfile=wimshome/log/classes/$class/.log.auth |