Search for password_
- Search 7.x for password_
- Search 9.5.x for password_
- Search 8.9.x for password_
- Search 11.x for password_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
UserAccountFormPasswordResetTest::buildAccountForm | function | core/ |
Builds the user account form for a given operation. |
UserAccountFormPasswordResetTest::setUp | function | core/ |
|
UserAccountFormPasswordResetTest::testPasswordResetToken | function | core/ |
Tests the reset token used only from query string. |
UserAuth::$passwordChecker | property | core/ |
The password hashing service. |
UserAuthentication::$passwordChecker | property | core/ |
The password hashing service. |
UserAuthTest::$passwordService | property | core/ |
The mocked password service. |
UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password & new password hash. |
UserEditTest::testUserWellKnownChangePasswordAnon | function | core/ |
Tests well known change password route returns 403 to anonymous user. |
UserEditTest::testUserWellKnownChangePasswordAuth | function | core/ |
Tests well known change password route redirects to user edit form. |
UserEntityTest::testChainExistingPasswordMethod | function | core/ |
Tests that ::existingPassword can be used for chaining. |
UserLoginHttpTest::doTestPasswordReset | function | core/ |
Do password reset testing for given format and account. |
UserLoginHttpTest::passwordRequest | function | core/ |
Executes a password HTTP request for a given serialization format. |
UserLoginHttpTest::testPasswordReset | function | core/ |
Tests user password reset. |
UserLoginTest::doPasswordLengthLogin | function | core/ |
Helper to test log in with a maximum length password. |
UserLoginTest::testPasswordLengthLogin | function | core/ |
Tests log in with a maximum length and a too long password. |
UserLoginTest::testPasswordRehashOnLogin | function | core/ |
Tests user password is re-hashed upon login after changing $count_log2. |
UserPassRehashTest::testUniqueHashNoPasswordValue | function | core/ |
Tests uniqueness of hashes when no password is set. |
UserPasswordForm | class | core/ |
Provides a user password reset form. |
UserPasswordForm.php | file | core/ |
|
UserPasswordForm::$deprecatedProperties | property | core/ |
The deprecated properties. |
UserPasswordForm::$emailValidator | property | core/ |
The email validator service. |
UserPasswordForm::$flood | property | core/ |
The flood service. |
UserPasswordForm::$languageManager | property | core/ |
The language manager. |
UserPasswordForm::$userStorage | property | core/ |
The user storage. |
UserPasswordForm::buildForm | function | core/ |
Form constructor. |
UserPasswordForm::create | function | core/ |
Instantiates a new instance of this class. |
UserPasswordForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UserPasswordForm::submitForm | function | core/ |
Form submission handler. |
UserPasswordForm::validateForm | function | core/ |
Form validation handler. |
UserPasswordForm::__construct | function | core/ |
Constructs a UserPasswordForm object. |
UserPasswordResetForm | class | core/ |
Form controller for the user password forms. |
UserPasswordResetForm.php | file | core/ |
|
UserPasswordResetForm::buildForm | function | core/ |
|
UserPasswordResetForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UserPasswordResetForm::submitForm | function | core/ |
Form submission handler. |
UserPasswordResetTest | class | core/ |
Ensure that password reset methods work as expected. |
UserPasswordResetTest | class | core/ |
Ensure that password reset methods work as expected. |
UserPasswordResetTest.php | file | core/ |
|
UserPasswordResetTest.php | file | core/ |
|
UserPasswordResetTest::$account | property | core/ |
The user object to test password resetting. |
UserPasswordResetTest::$account | property | core/ |
The user object to test password resetting. |
UserPasswordResetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserPasswordResetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UserPasswordResetTest::$languageManager | property | core/ |
Language manager object. |
UserPasswordResetTest::$modules | property | core/ |
Modules to install. |
UserPasswordResetTest::$modules | property | core/ |
Modules to install. |
UserPasswordResetTest::assertNoPasswordIpFlood | function | core/ |
Makes assertions about a password reset not triggering IP flood control. |
UserPasswordResetTest::assertNoValidPasswordReset | function | core/ |
Helper function to make assertions about an invalid password reset. |
UserPasswordResetTest::assertPasswordIpFlood | function | core/ |
Makes assertions about a password reset triggering IP flood control. |
UserPasswordResetTest::assertValidPasswordReset | function | core/ |
Helper function to make assertions about a valid password reset. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.