add brute force protection to password reset to make it harder to guess user logins
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
2cfedb3623
commit
927d3865a0
|
@ -202,6 +202,7 @@ class LostController extends Controller {
|
|||
|
||||
/**
|
||||
* @PublicPage
|
||||
* @BruteForceProtection passwordResetEmail
|
||||
*
|
||||
* @param string $user
|
||||
* @return array
|
||||
|
|
Loading…
Reference in New Issue