Rev 5775 | Rev 11237 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5775 | Rev 7403 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | !if $login=$empty or $lastname=$empty or $firstname=$empty or \ |
29 | !if $login=$empty or $lastname=$empty or $firstname=$empty or \ |
30 | ($new_user=yes and $pass=$empty) |
30 | ($new_user=yes and $pass=$empty) |
31 | login= |
31 | login= |
32 | error=empty_data |
32 | error=empty_data |
33 | !exit |
33 | !exit |
- | 34 | !endif |
|
- | 35 | !set login_char=!charcnt $login |
|
- | 36 | !if $login_char=3 |
|
- | 37 | !set login=$(login)0 |
|
34 | !endif |
38 | !endif |
35 | 39 | ||
36 | test=!defof user_exists in $classdir1/.users/$login |
40 | test=!defof user_exists in $classdir1/.users/$login |
37 | !if $new_user=yes and $test=yes |
41 | !if $new_user=yes and $test=yes |
38 | login= |
42 | login= |