Rev 13679 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13679 | Rev 15324 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | !defread wimshome/log/$forum/.users/$fuser |
17 | !defread wimshome/log/$forum/.users/$fuser |
18 | !endif |
18 | !endif |
19 | !else |
19 | !else |
20 | !defread $forumdir/.users/$fuser |
20 | !defread $forumdir/.users/$fuser |
21 | !endif |
21 | !endif |
- | 22 | !!$user_password is already crypten |
|
22 | user_password=!passcrypt $user_password |
23 | user_password=!passcrypt $user_password |
23 |
|
24 | pass_check=!passcheck $fpassword and $user_password |
24 | !if $user_exists!=yes or |
25 | !if $user_exists!=yes or $pass_check!=yes |
25 | error=auth_failure |
26 | error=auth_failure |
26 | !exit |
27 | !exit |
27 | !endif |
28 | !endif |
28 | 29 | ||
29 | forumuser=$fuser |
30 | forumuser=$fuser |