You are here

18 string references to 'user.flood' in Drupal 10

BasicAuth::authenticate in core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php
BasicAuthTest::testGlobalLoginFloodControl in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests the global login flood control.
BasicAuthTest::testPerUserLoginFloodControl in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests the per-user login flood control.
MigrateUserFloodTest::testMigration in core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php
Tests the migration.
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.
UserLoginForm::validateAuthentication in core/modules/user/src/Form/UserLoginForm.php
Checks supplied username/password against local users table.
UserLoginForm::validateFinal in core/modules/user/src/Form/UserLoginForm.php
Checks if user was not authenticated, or if too many logins were attempted.
UserLoginHttpTest::doTestGlobalLoginFloodControl in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Tests the global login flood control for a given serialization format.
UserLoginHttpTest::doTestLogin in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Do login testing for a given serialization format.
UserLoginHttpTest::doTestPerUserLoginFloodControl in core/modules/user/tests/src/Functional/UserLoginHttpTest.php
Tests the per-user login flood control for a given serialization format.
UserLoginTest::testGlobalLoginFloodControl in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests the global login flood control.
UserLoginTest::testPerUserLoginFloodControl in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests the per-user login flood control.
UserPasswordForm::validateForm in core/modules/user/src/Form/UserPasswordForm.php
Form validation handler.
UserPasswordResetTest::testUserResetPasswordIpFloodControl in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset flood control for one IP.
UserPasswordResetTest::testUserResetPasswordUserFloodControl in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests password reset flood control for one user.
UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared in core/modules/user/tests/src/Functional/UserPasswordResetTest.php
Tests user password reset flood control is cleared on successful reset.