summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJosh Richards <josh.t.richards@gmail.com>2023-04-05 12:13:26 -0400
committerJosh Richards <josh.t.richards@gmail.com>2023-04-13 17:31:49 -0400
commitfb25cd4b0add80612c967ae9a86cfe56c583482a (patch)
treeb93b350d27c78b84cf2c7f4ba5f74e86b13365ac /core
parent79013bab0a46f0825523eed94121bdd65e0ac511 (diff)
downloadnextcloud-server-fb25cd4b0add80612c967ae9a86cfe56c583482a.tar.gz
nextcloud-server-fb25cd4b0add80612c967ae9a86cfe56c583482a.zip
More honest reset password request response
Addresses request in additional comments of #37408 * Honest but still won't leak information * Also reminds user to verify the provided user id email address/user Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Refine reset password response copy Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Signed-off-by: Josh Richards <josh.t.richards@gmail.com> Wrap honest password reset request response
Diffstat (limited to 'core')
-rw-r--r--core/src/components/login/ResetPassword.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/src/components/login/ResetPassword.vue b/core/src/components/login/ResetPassword.vue
index ad86281b301..dc979f9bced 100644
--- a/core/src/components/login/ResetPassword.vue
+++ b/core/src/components/login/ResetPassword.vue
@@ -34,9 +34,7 @@
<NcNoteCard v-if="message === 'send-success'"
type="success">
- {{ t('core', 'A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help.') }}
- <br>
- {{ t('core', 'If it is not there ask your local administrator.') }}
+ {{ t('core', 'If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help.') }}
</NcNoteCard>
<NcNoteCard v-else-if="message === 'send-error'"
type="error">