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:
Bjoern Schiessle 2017-01-19 09:51:44 +01:00
parent 2cfedb3623
commit 927d3865a0
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ class LostController extends Controller {
/**
* @PublicPage
* @BruteForceProtection passwordResetEmail
*
* @param string $user
* @return array