mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
Secure auth a little more...
This commit is contained in:
parent
104cd307b7
commit
4a2458c44e
1 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,8 @@ CREATE TABLE members (
|
|||
|
||||
if ($result[auth]) {
|
||||
authCreateSecret ($userName, $result[u_password]);
|
||||
} else {
|
||||
authLoginForm ('Login required');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue