Rev 1437 | Rev 5052 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1437 | Rev 3439 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | !read adm/class/adduser $l |
90 | !read adm/class/adduser $l |
91 | !endif |
91 | !endif |
92 | !else |
92 | !else |
93 | exist2=!defof user_exists in wimshome/log/classes/$wims_class/.users/.$l |
93 | exist2=!defof user_exists in wimshome/log/classes/$wims_class/.users/.$l |
94 | !if $exist2=yes |
94 | !if $exist2=yes |
95 | erased=!append item |
95 | erased=!append item $l to $erased |
96 | !else |
96 | !else |
97 | missing=!append item $l to $missing |
97 | missing=!append item $l to $missing |
98 | !if $up_firstname!=$empty and $up_lastname!=$empty and $up_password!=$empty |
98 | !if $up_firstname!=$empty and $up_lastname!=$empty and $up_password!=$empty |
99 | !if $prop=yes |
99 | !if $prop=yes |
100 | !if $userremain>0 |
100 | !if $userremain>0 |