diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-01-25 18:17:08 +0100 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-01-25 18:17:08 +0100 |
commit | ed55b87b65c0a4e54abb70ca6c124b29fbb87025 (patch) | |
tree | 737dfcfe00c395169715dc1b03898c9b8ab2f42f /apps | |
parent | ffe2543a573d7731bc2e89ad158a61d50906dfb0 (diff) | |
download | nextcloud-server-ed55b87b65c0a4e54abb70ca6c124b29fbb87025.tar.gz nextcloud-server-ed55b87b65c0a4e54abb70ca6c124b29fbb87025.zip |
add brute force protection for public link authentication
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareController.php b/apps/files_sharing/lib/Controller/ShareController.php index 178c4265dd5..6f9d4ca032a 100644 --- a/apps/files_sharing/lib/Controller/ShareController.php +++ b/apps/files_sharing/lib/Controller/ShareController.php @@ -160,6 +160,7 @@ class ShareController extends Controller { /** * @PublicPage * @UseSession + * @BruteForceProtection publicLinkAuth * * Authenticates against password-protected shares * @param string $token |