Skip to content
Snippets Groups Projects
Commit f22746e4 authored by Boris Doesborg's avatar Boris Doesborg
Browse files

Issue #3210123 by Cadencia, batigolix: Missing flood event types

parent 04e8511a
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,14 @@ class FloodUnblockManager implements FloodUnblockManagerInterface {
'type' => 'user',
'label' => $this->t('User failed http login'),
],
'user.password_request_ip' => [
'type' => 'user',
'label' => $this->t('User failed password request IP'),
],
'user.password_request_user' => [
'type' => 'user',
'label' => $this->t('User failed password request user'),
],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment