Merge pull request #3265 from nextcloud/brute-force-protection-public-link-auth
add brute force protection for public link authentication
This commit is contained in:
commit
3afd3c3a3d
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