user.flood.yml
Same filename in other branches
8 string references to 'user.flood'
- BasicAuth::authenticate in core/
modules/ basic_auth/ src/ Authentication/ Provider/ BasicAuth.php - Authenticates the user.
- UserAuthenticationController::floodControl in core/
modules/ user/ src/ Controller/ UserAuthenticationController.php - Enforces flood control for the current login request.
- UserAuthenticationController::getLoginFloodIdentifier in core/
modules/ user/ src/ Controller/ UserAuthenticationController.php - Gets the login identifier for user login flood control.
- UserAuthenticationController::login in core/
modules/ user/ src/ Controller/ UserAuthenticationController.php - Logs in a user.
- UserController::resetPassLogin in core/
modules/ user/ src/ Controller/ UserController.php - Validates user, hash, and timestamp; logs the user in if correct.
File
-
core/
modules/ user/ config/ install/ user.flood.yml
View source
- uid_only: false
- ip_limit: 50
- ip_window: 3600
- user_limit: 5
- user_window: 21600
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.