- πΊπΈUnited States smustgrave
If still a valid bug please reopen updating issue summary.
Thanks!
When a user requests password reset link multiple times, they will be blocked by Flood API.
After that, if the user requests again, Drupal does not show a proper warning,
Instead shows the normal message:
If %identifier is a valid account, an email will be sent with instructions to reset your password.
(No E-mail is sent!)
and the following message is logged to database:
Password reset form was submitted with an unknown or inactive account: %name.
when an administrator looks in dblog, they can't find the actual cause of the above message. It does not clarify whether the user is blocked, inactive, or only temporarily blocked by Flood!
Note that the user is still active, can login successfully, but cannot request password reset link!, weird situation.
@see \Drupal\user\Form\UserPasswordForm::validateForm()
@see \Drupal\user\Form\UserPasswordForm::submitForm()
Closed: outdated
9.5
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
If still a valid bug please reopen updating issue summary.
Thanks!