aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/LostController.php
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-01-19 09:51:44 +0100
committerBjoern Schiessle <bjoern@schiessle.org>2017-01-19 10:12:45 +0100
commit927d3865a062d0ed61f2c432ae628b07a9646ab2 (patch)
treef92a7844c6d155215f7a121a8246ed0798ef91f5 /core/Controller/LostController.php
parent2cfedb3623f532e22b007680c2978be1542600af (diff)
downloadnextcloud-server-927d3865a062d0ed61f2c432ae628b07a9646ab2.tar.gz
nextcloud-server-927d3865a062d0ed61f2c432ae628b07a9646ab2.zip
add brute force protection to password reset to make it harder to guess user logins
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'core/Controller/LostController.php')
-rw-r--r--core/Controller/LostController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php
index a0ef87e50d8..8a8a50343ed 100644
--- a/core/Controller/LostController.php
+++ b/core/Controller/LostController.php
@@ -202,6 +202,7 @@ class LostController extends Controller {
/**
* @PublicPage
+ * @BruteForceProtection passwordResetEmail
*
* @param string $user
* @return array