mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
Merge pull request #37603 from joshtrichards/jr-reset-pw-honest-msg
More honest reset password request response
This commit is contained in:
commit
d4341a278e
3 changed files with 4 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
4
dist/core-login.js
vendored
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue