| UserLoginForm::$userStorage |
property |
core/modules/user/src/Form/UserLoginForm.php |
The user storage. |
| UserLoginForm::buildForm |
function |
core/modules/user/src/Form/UserLoginForm.php |
Form constructor. |
| UserLoginForm::create |
function |
core/modules/user/src/Form/UserLoginForm.php |
Instantiates a new instance of this class. |
| UserLoginForm::getFormId |
function |
core/modules/user/src/Form/UserLoginForm.php |
Returns a unique string identifying the form. |
| UserLoginForm::submitForm |
function |
core/modules/user/src/Form/UserLoginForm.php |
Form submission handler. |
| UserLoginForm::validateAuthentication |
function |
core/modules/user/src/Form/UserLoginForm.php |
Checks supplied username/password against local users table. |
| UserLoginForm::validateFinal |
function |
core/modules/user/src/Form/UserLoginForm.php |
Checks if user was not authenticated, or if too many logins were attempted. |
| UserLoginForm::validateName |
function |
core/modules/user/src/Form/UserLoginForm.php |
Sets an error if supplied username has been blocked. |
| UserLoginForm::__construct |
function |
core/modules/user/src/Form/UserLoginForm.php |
Constructs a new UserLoginForm. |
| UserLoginHttpTest |
class |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Tests login and password reset via direct HTTP. |
| UserLoginHttpTest.php |
file |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
|
| UserLoginHttpTest::$cookies |
property |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
The cookie jar. |
| UserLoginHttpTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
The theme to install as the default for testing. |
| UserLoginHttpTest::$modules |
property |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Modules to install. |
| UserLoginHttpTest::$serializer |
property |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
The serializer. |
| UserLoginHttpTest::assertHttpResponse |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Checks a response for status code and body. |
| UserLoginHttpTest::assertHttpResponseWithMessage |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Checks a response for status code and message. |
| UserLoginHttpTest::doTestLogin |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Do login testing for a given serialization format. |
| UserLoginHttpTest::doTestPasswordReset |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Do password reset testing for given format and account. |
| UserLoginHttpTest::getLoginStatusUrlString |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Gets the URL string for checking login. |
| UserLoginHttpTest::getResultValue |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Gets a value for a given key from the response. |
| UserLoginHttpTest::loginFromResetEmail |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Login from reset password email. |
| UserLoginHttpTest::loginRequest |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Executes a login HTTP request. |
| UserLoginHttpTest::logoutRequest |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Executes a logout HTTP request. |
| UserLoginHttpTest::passwordRequest |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Executes a password HTTP request. |
| UserLoginHttpTest::resetFlood |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Resets all flood entries. |
| UserLoginHttpTest::setUp |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
|
| UserLoginHttpTest::testGlobalLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Tests the global login flood control. |
| UserLoginHttpTest::testLogin |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Tests user session life cycle. |
| UserLoginHttpTest::testLogoutCsrfProtection |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Test csrf protection of User Logout route. |
| UserLoginHttpTest::testPasswordReset |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Tests user password reset. |
| UserLoginHttpTest::testPerUserLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Test the per-user login flood control. |
| UserLoginTest |
class |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Ensure that login works as expected. |
| UserLoginTest.php |
file |
core/modules/user/tests/src/Functional/UserLoginTest.php |
|
| UserLoginTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserLoginTest.php |
The theme to install as the default for testing. |
| UserLoginTest::assertFailedLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Make an unsuccessful login attempt. |
| UserLoginTest::testGlobalLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Test the global login flood control. |
| UserLoginTest::testLoginCacheTagsAndDestination |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests login with destination. |
| UserLoginTest::testPasswordRehashOnLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Test that user password is re-hashed upon login after changing $count_log2. |
| UserLoginTest::testPerUserLoginFloodControl |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Test the per-user login flood control. |
| UserPasswordResetTest::testUserPasswordResetLoggedIn |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Test user password reset while logged in. |
| UserPathTest::testUserLoginPage |
function |
core/modules/views/tests/src/Functional/UserPathTest.php |
Tests if the login page is still available when using a wildcard path. |
| UserRegistrationResourceTest::$logger |
property |
core/modules/user/tests/src/Unit/UserRegistrationResourceTest.php |
Logger service. |
| UserResetEmailTestTrait::loginFromResetEmail |
function |
core/modules/user/src/Tests/UserResetEmailTestTrait.php |
Login from reset password email. |
| UserResourceTestBase::assertRpcLogin |
function |
core/modules/user/tests/src/Functional/Rest/UserResourceTestBase.php |
Verifies that logging in with the given username and password works. |
| UserStorage::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorage.php |
Update the last login timestamp of the user. |
| UserStorageInterface::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorageInterface.php |
Update the last login timestamp of the user. |
| UserTest::assertRpcLogin |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Verifies that logging in with the given username and password works. |
| user_login_finalize |
function |
core/modules/user/user.module |
Finalizes the login process and logs in a user. |
| user_logout |
function |
core/modules/user/user.module |
Logs the current user out. |