mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +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]) {
|
if ($result[auth]) {
|
||||||
authCreateSecret ($userName, $result[u_password]);
|
authCreateSecret ($userName, $result[u_password]);
|
||||||
} else {
|
} else {
|
||||||
authLoginForm ('Login required');
|
authLoginForm ('Login incorrect.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue