user.flood.yml
Same filename in other branches
9 string references to 'user.flood'
- BasicAuth::authenticate in core/
modules/ basic_auth/ src/ Authentication/ Provider/ BasicAuth.php - User::postSave in core/
modules/ user/ src/ Entity/ User.php - Acts on a saved entity before the insert or update hook is invoked.
- 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.
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.