mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 17:32:22 +00:00
Merge pull request #259 from 3onyc/security/prevent-email-disclosure
Change newPassSent to reflect 'Reset Password' not failing on non-existent email.
This commit is contained in:
commit
b8fe6903b3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
"untilNoFace": "Until we add Facebook, use your UUID and API Token to log in (found at https://habitrpg.com > Options > Settings).",
|
||||
"noReachServer": "Server not currently reachable, try again later",
|
||||
"errorUpCase": "ERROR:",
|
||||
"newPassSent": "New password sent.",
|
||||
"newPassSent": "New password sent if an account is registered to this email address.",
|
||||
"serverUnreach": "Server currently unreachable.",
|
||||
"seeConsole": "(see Chrome console for more details).",
|
||||
"error": "Error",
|
||||
|
|
|
|||
Loading…
Reference in a new issue