user.flood.yml

drupal/core/modules/user/config/user.flood.yml
3 string references to 'user.flood'
user_login_authenticate_validate in drupal/core/modules/user/user.module
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID.
user_login_final_validate in drupal/core/modules/user/user.module
The final validation handler on the login form.
user_update_8007 in drupal/core/modules/user/user.install
Moves login flood settings from variable to config.

File

drupal/core/modules/user/config/user.flood.yml
View source
  1. uid_only: false
  2. ip_limit: 50
  3. ip_window: 3600
  4. user_limit: 5
  5. user_window: 21600