UserPasswordResetTest::testResetInvalidation |
function |
core/modules/user/tests/user_password_reset.test |
Make sure that password reset URLs are invalidated when the user's email
address changes. |
UserCreateTestCase::testUserWithWeakPassword |
function |
core/modules/user/tests/user.test |
Tests setting a weak password. |
UserPasswordResetTest::testResetImpersonation |
function |
core/modules/user/tests/user_password_reset.test |
Make sure that users cannot forge password reset URLs of other users. |
UserPasswordResetTest::testUserPasswordResetExpired |
function |
core/modules/user/tests/user_password_reset.test |
Attempts login using an expired password reset link. |
UserPasswordResetTest::testUniqueHashNoPasswordValue |
function |
core/modules/user/tests/user_password_reset.test |
Test uniqueness of output from user_pass_rehash() with no passwords. |
UserPasswordResetTest::testPasswordResetFloodControlPerIp |
function |
core/modules/user/tests/user_password_reset.test |
Test IP-based flood control on password reset. |
UserPasswordResetTest::testUserResetPasswordTextboxFilled |
function |
core/modules/user/tests/user_password_reset.test |
Prefill the text box on incorrect login via link to password reset page. |
UserPasswordResetTest::testPasswordResetFloodControlPerUser |
function |
core/modules/user/tests/user_password_reset.test |
Test user-based flood control on password reset. |
UserPasswordResetTest::testUserPasswordResetAlreadyLoggedIn |
function |
core/modules/user/tests/user_password_reset.test |
Test user password reset in a browser where the same user is already logged
in. |
UserPasswordResetTest::testUserPasswordResetOtherUserLoggedIn |
function |
core/modules/user/tests/user_password_reset.test |
Test user password reset in a browser where another user is logged in. |