Add useful error message on failed login
This commit is contained in:
@ -337,6 +337,8 @@ $I=array(
|
||||
'disabledtext' => 'Temporarily disabled',
|
||||
'defaulttz' => 'Default time zone',
|
||||
'tz' => 'Time zone',
|
||||
'optional' => '(optional)'
|
||||
'optional' => '(optional)',
|
||||
'userloggedin' => 'A user with this nickname is already logged in.',
|
||||
'regednick' => 'This nickname is a registered member.'
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user