diff options
author | Azul <azul@leap.se> | 2013-08-08 14:26:10 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-08-08 14:26:10 +0200 |
commit | 31441fc921c3a60bff7c606f1da343fdd62d80d5 (patch) | |
tree | 3526360311a2fc2c3194480b50a397c5fe8e2840 /users/config | |
parent | 1a3fdad01d9cb2e2596281d38ce0c0f1ad4da04a (diff) | |
parent | a0b276e4b8ae86dec7deee898e85b65784d89933 (diff) |
Merge branch 'bugfix/3410-close-srp-vulnerablility'
Diffstat (limited to 'users/config')
-rw-r--r-- | users/config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml index 1aa7005..62f822c 100644 --- a/users/config/locales/en.yml +++ b/users/config/locales/en.yml @@ -12,6 +12,7 @@ en: change_password: "Change Password" login_message: "Please log in with your account." invalid_user_pass: "Not a valid username/password combination" + invalid_ephemeral: "Invalid random key used. This looked like an attempt to hack the site to us. If it wasn't please contact support so we can look into the issue." all_strategies_failed: "Could not understand your login attempt. Please first send your login and a SRP ephemeral value A and then send the client_auth in the same session (using cookies)." update_login_and_password: "Update Login and Password" destroy_my_account: "Destroy my account" |