diff options
author | Go MAEDA <maeda@farend.jp> | 2023-02-07 03:53:27 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-02-07 03:53:27 +0000 |
commit | c94296720d191487aa903b7cb0e27e52e37344c8 (patch) | |
tree | cb4ac5df66fde274b2f9445145660c600facea70 /config/locales/en-GB.yml | |
parent | e03bc47e1413a771505dcbf3fbb907d3a689e24a (diff) | |
download | redmine-c94296720d191487aa903b7cb0e27e52e37344c8.tar.gz redmine-c94296720d191487aa903b7cb0e27e52e37344c8.zip |
Remove "Unknown user" notification on password request with non-existent email address (#6254).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22100 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r-- | config/locales/en-GB.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 51cb7372d..cb55d2fe8 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -161,7 +161,6 @@ en-GB: notice_account_password_updated: Password was successfully updated. notice_account_wrong_password: Wrong password notice_account_register_done: Account was successfully created. An email containing the instructions to activate your account was sent to %{email}. - notice_account_unknown_email: Unknown user. notice_can_t_change_password: This account uses an external authentication source. Impossible to change the password. notice_account_lost_email_sent: An email with instructions to choose a new password has been sent to you. notice_account_activated: Your account has been activated. You can now log in. |