Browse Source

add brute force protection to password reset to make it harder to guess user logins

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
tags/v12.0.0beta1
Bjoern Schiessle 7 years ago
parent
commit
927d3865a0
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/Controller/LostController.php

+ 1
- 0
core/Controller/LostController.php View File

@@ -202,6 +202,7 @@ class LostController extends Controller {

/**
* @PublicPage
* @BruteForceProtection passwordResetEmail
*
* @param string $user
* @return array

Loading…
Cancel
Save