mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
Provide more information on successful/failed logon.
This commit is contained in:
parent
4a2458c44e
commit
5e9b05ea2e
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ CREATE TABLE members (
|
|||
if ($result[auth]) {
|
||||
authCreateSecret ($userName, $result[u_password]);
|
||||
} else {
|
||||
authLoginForm ('Login required');
|
||||
authLoginForm ('Login incorrect.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue