diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-15 20:14:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 20:14:56 +0100 |
commit | a32577d04821a88d51e7f41a4ccf6bb1012fd3f3 (patch) | |
tree | e3c46edde59681d01e0f59ea1af4786bee51300b /core/js | |
parent | 53c077afc9077dcadcaf4b8ad62590fb549947b0 (diff) | |
parent | f42115d6bbfa0c54f1ebb38b5884a6e4356d3738 (diff) | |
download | nextcloud-server-a32577d04821a88d51e7f41a4ccf6bb1012fd3f3.tar.gz nextcloud-server-a32577d04821a88d51e7f41a4ccf6bb1012fd3f3.zip |
Merge pull request #13595 from nextcloud/enh/do_not_leak_user_existence
Generic message on password reset
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/lostpassword.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/lostpassword.js b/core/js/lostpassword.js index 084a53f412f..75e91ffac7a 100644 --- a/core/js/lostpassword.js +++ b/core/js/lostpassword.js @@ -2,7 +2,7 @@ OC.Lostpassword = { sendErrorMsg : t('core', 'Couldn\'t send reset email. Please contact your administrator.'), - sendSuccessMsg : t('core', 'The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator.'), + sendSuccessMsg : t('core', 'We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator.'), encryptedMsg : t('core', "Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?") + ('<br /><input type="checkbox" id="encrypted-continue" class="checkbox checkbox--white" value="Yes" />') |