Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add rate limit to TOTP solve challenge controller
Fixes #2626

Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Apr 22, 2017
commit c1b8f152d8faeabe44c6276033c82d2c6453326d
2 changes: 2 additions & 0 deletions core/Controller/TwoFactorChallengeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ public function showChallenge($challengeProviderId, $redirect_url) {
* @NoCSRFRequired
* @UseSession
*
* @UserRateThrottle(limit=5, period=100)
*
* @param string $challengeProviderId
* @param string $challenge
* @param string $redirect_url
Expand Down