use same error message for invalid user and disabled password reset to not give away if a user exists
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -761,7 +761,7 @@ $lng['pwdreminder']['success'] = 'Password reset successfully requested. Please
|
||||
// ADDED IN 1.2.19-svn18
|
||||
|
||||
$lng['serversettings']['allow_password_reset']['title'] = 'Allow password reset by customers';
|
||||
$lng['pwdreminder']['notallowed'] = 'Password reset is disabled';
|
||||
$lng['pwdreminder']['notallowed'] = 'Unknown user or password reset is disabled';
|
||||
|
||||
// ADDED IN 1.2.19-svn21
|
||||
|
||||
|
||||
Reference in New Issue
Block a user