Parent Directory
|
Revision Log
|
Patch
| Revision 1.100 by sysadm, Tue Dec 2 08:04:29 2025 UTC | Revision 1.101 by sysadm, Tue Dec 2 08:48:05 2025 UTC | |
|---|---|---|
| # | Line 115 static int auth_password(ssh_session ses | Line 115 static int auth_password(ssh_session ses |
| 115 | else | else |
| 116 | { | { |
| 117 | ret = check_user(user, password); | ret = check_user(user, password); |
| 118 | if (ret == 2) // Enforce update user agreement | |
| 119 | { | |
| 120 | BBS_update_eula = 1; | |
| 121 | ret = 0; | |
| 122 | } | |
| 123 | } | } |
| 124 | ||
| 125 | if (ret == 0) | if (ret == 0) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |