diff options
author | Drew Blessing <drew@gitlab.com> | 2015-12-09 11:45:26 -0600 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2015-12-09 18:40:37 -0600 |
commit | f4ec906e90b2f8dbf18b359b773e3b31f5da89ff (patch) | |
tree | fd9d5a760e8100e643e49b6e26fe9d007d004b98 /config/locales | |
parent | 7b50965e9990bcb88f56b771d47514cbeb5316e5 (diff) | |
download | gitlab-ce-f4ec906e90b2f8dbf18b359b773e3b31f5da89ff.tar.gz |
Use devise paranoid mode and ensure the same message is returned every time
Skipped CI because it has already passed. Had to rebase due to CHANGELOG.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/devise.en.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 22070e37f07..bd4c3ebc69e 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -30,7 +30,6 @@ en: success: "Successfully authenticated from %{kind} account." passwords: no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided." - recently_reset: "Instructions about how to reset your password have already been sent recently. Please wait a few minutes to try again." send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes." send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes." updated: "Your password has been changed successfully. You are now signed in." |