diff options
author | jessib <jessib@riseup.net> | 2013-03-05 10:16:41 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-03-05 10:16:41 -0800 |
commit | f0ffc65aa38473ef280ed80526691d588f14c8de (patch) | |
tree | 1df9d9900872cf2e97d5c27b4175816eff5cbf80 /users/config | |
parent | 87c306ea212c01ecc8f98009def5971fc4d5af11 (diff) | |
parent | 27c16ccceffa1d8eaaf02612cf29a60bfe6ced01 (diff) |
Merge pull request #36 from leapcode/feature/limit_user_leak
When attempting to login, the error messages should not leak information...
Diffstat (limited to 'users/config')
-rw-r--r-- | users/config/locales/en.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml index 1b2789e..9e7d4b2 100644 --- a/users/config/locales/en.yml +++ b/users/config/locales/en.yml @@ -5,8 +5,7 @@ en: cancel: "Cancel" login: "Login" login_message: "Please login with your account." - wrong_password: "wrong password" - user_not_found: "could not be found" + invalid_user_pass: "Not a valid username/password combination" update_login_and_password: "Update Login and Password" cancel_account: "Cancel your account" remove_account: "Remove Account" |