Rev 16465 | Rev 16615 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16465 | Rev 16518 | ||
---|---|---|---|
Line 81... | Line 81... | ||
81 | !if $p1!=$p2 and $pass_check!=yes |
81 | !if $p1!=$p2 and $pass_check!=yes |
82 | bad=!append item $uu to $bad |
82 | bad=!append item $uu to $bad |
83 | !exit |
83 | !exit |
84 | !endif |
84 | !endif |
85 | !endif |
85 | !endif |
- | 86 | !endif |
|
- | 87 | ||
- | 88 | !if $wims_mail_hidden=yes and $wims_user=supervisor and $user_supervisable!=yes |
|
- | 89 | replacelist=!listcomplement email in $replacelist |
|
86 | !endif |
90 | !endif |
87 | 91 | ||
88 | !if $user_exists= and email notitemof $replacelist |
92 | !if $user_exists= and email notitemof $replacelist |
89 | replacelist=!append item email to $replacelist |
93 | replacelist=!append item email to $replacelist |
90 | !endif |
94 | !endif |