Rev 15324 | Rev 15505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15324 | Rev 15473 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | logline=$now $auth_user $$passwd $httpd_REMOTE_ADDR |
55 | logline=$now $auth_user $$passwd $httpd_REMOTE_ADDR |
56 | 56 | ||
57 | !read adm/class/userdef classes,$class,$auth_user |
57 | !read adm/class/userdef classes,$class,$auth_user |
58 | 58 | ||
59 | pass=!defof user_password in $userdef |
59 | pass=!defof user_password in $userdef |
- | 60 | pass=!passcrypt $pass |
|
- | 61 | !setdef !set user_password=$pass in $userdef |
|
60 | 62 | ||
61 | ##FIXME ### Have to check that sclass is no yet useful |
63 | ##FIXME ### Have to check that sclass is no yet useful |
62 | sclass=!defof class_superclass in wimshome/log/classes/$class/.def |
64 | sclass=!defof class_superclass in wimshome/log/classes/$class/.def |
63 | !if $superclass!=$empty and $superclass!=$class |
65 | !if $superclass!=$empty and $superclass!=$class |
64 | upartic=!defof user_participate in $userdef |
66 | upartic=!defof user_participate in $userdef |