UserPasswordResetTest::assertValidPasswordReset |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Helper function to make assertions about a valid password reset. |
UserPasswordResetTest::getResetURL |
function |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Retrieves password reset email and extracts the login link. |
UserPasswordResetTest::getResetURL |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Retrieves password reset email and extracts the login link. |
UserPasswordResetTest::languagePrefixTestProvider |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Data provider for testUserPasswordResetPreferredLanguage(). |
UserPasswordResetTest::setUp |
function |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
|
UserPasswordResetTest::setUp |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
|
UserPasswordResetTest::testResetImpersonation |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Make sure that users cannot forge password reset URLs of other users. |
UserPasswordResetTest::testUserPasswordReset |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset functionality. |
UserPasswordResetTest::testUserPasswordResetLoggedIn |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests user password reset while logged in. |
UserPasswordResetTest::testUserPasswordResetPreferredLanguage |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset functionality when user has set preferred language. |
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm |
function |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Tests password reset functionality with an AJAX form. |
UserPasswordResetTest::testUserResetPasswordIpFloodControl |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset flood control for one IP. |
UserPasswordResetTest::testUserResetPasswordTextboxFilled |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Prefill the text box on incorrect login via link to password reset page. |
UserPasswordResetTest::testUserResetPasswordUserFloodControl |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests password reset flood control for one user. |
UserPasswordResetTest::testUserResetPasswordUserFloodControlIsCleared |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Tests user password reset flood control is cleared on successful reset. |
UserSaveTest::testExistingPasswordRemoval |
function |
core/modules/user/tests/src/Kernel/UserSaveTest.php |
Ensures that an existing password is unset after the user was saved. |
UserViewsDataTest::testUserPasswordFieldNotAvailableToViews |
function |
core/modules/user/tests/src/Kernel/Views/UserViewsDataTest.php |
Tests if user views data object doesn't contain pass field. |
user_form_process_password_confirm |
function |
core/modules/user/user.module |
Form element process handler for client-side password validation. |
user_password |
function |
core/modules/user/user.module |
Generate a random alphanumeric password. |