add brute force protection for public link authentication
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
ffe2543a57
commit
ed55b87b65
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ class ShareController extends Controller {
|
|||
/**
|
||||
* @PublicPage
|
||||
* @UseSession
|
||||
* @BruteForceProtection publicLinkAuth
|
||||
*
|
||||
* Authenticates against password-protected shares
|
||||
* @param string $token
|
||||
|
|
Loading…
Reference in a new issue