1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

fix: password reset leaks user existence (#3616)

This commit is contained in:
Sami Mazouz
2022-09-14 15:57:52 +01:00
committed by GitHub
parent fc4d5e3d43
commit 84c31165e5
6 changed files with 98 additions and 164 deletions

View File

@@ -350,7 +350,7 @@ core:
forgot_password:
dismiss_button: => core.ref.okay
email_placeholder: => core.ref.email
email_sent_message: We've sent you an email containing a link to reset your password. Check your spam folder if you don't receive it within the next minute or two.
email_sent_message: If the email you entered is registered with this site, we'll send you an email containing a link to reset your password. Check your spam folder if you don't receive it within the next minute or two.
not_found_message: There is no user registered with that email address.
submit_button: Recover Password
text: Enter your email address and we will send you a link to reset your password.