Rev 15473 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15473 | Rev 16615 | ||
---|---|---|---|
Line 94... | Line 94... | ||
94 | !if $pass=$pw1 |
94 | !if $pass=$pw1 |
95 | !!should be always the case |
95 | !!should be always the case |
96 | error=success |
96 | error=success |
97 | wims_module_log=Change participant password: $part by $wims_realuser in $wims_class |
97 | wims_module_log=Change participant password: $part by $wims_realuser in $wims_class |
98 | wims_class_log=change password: $part by $wims_realuser |
98 | wims_class_log=change password: $part by $wims_realuser |
- | 99 | !setdef !set user_forcechpwd=yes in $userdef |
|
99 | !else |
100 | !else |
100 | error=fail |
101 | error=fail |
101 | !endif |
102 | !endif |
102 | !exit |
103 | !exit |
103 | !endif |
104 | !endif |
Line 125... | Line 126... | ||
125 | !setdef !set user_password=$pw1 in $userdef |
126 | !setdef !set user_password=$pw1 in $userdef |
126 | pass=!getdef user_password in $userdef |
127 | pass=!getdef user_password in $userdef |
127 | !if $pass=$pw1 |
128 | !if $pass=$pw1 |
128 | error=success |
129 | error=success |
129 | wims_module_log=Change user password: $wims_user $wims_realuser in $wims_class |
130 | wims_module_log=Change user password: $wims_user $wims_realuser in $wims_class |
- | 131 | !setdef !set user_forcechpwd=no in $userdef |
|
130 | !if $wims_user=supervisor |
132 | !if $wims_user=supervisor |
131 | wims_class_log=change password by $wims_realuser |
133 | wims_class_log=change password by $wims_realuser |
132 | !read lang/mail.proc.$moduclass_lang |
134 | !read lang/mail.proc.$moduclass_lang |
133 | !endif |
135 | !endif |
134 | !else |
136 | !else |