forked from leftypol/leftypol
ERROR_INVALIDAFTER was not configurable
This commit is contained in:
parent
473bc415b5
commit
46166888e9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
// Moderator errors
|
||||
define('ERROR_INVALID', 'Invalid username and/or password.', true);
|
||||
define('ERROR_INVALIDAFTER', 'Invalid username and/or password. Your user may have been deleted or changed.');
|
||||
define('ERROR_INVALIDAFTER', 'Invalid username and/or password. Your user may have been deleted or changed.', true);
|
||||
define('ERROR_MALFORMED','Invalid/malformed cookies.', true);
|
||||
define('ERROR_MISSEDAFIELD', 'Your browser didn\'t submit an input when it should have.', true);
|
||||
define('ERROR_REQUIRED', 'The %s field is required.', true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue