Search for pass
- Search 7.x for pass
- Search 9.5.x for pass
- Search 8.9.x for pass
- Search 11.x for pass
- Search main for pass
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| User::setPassword | function | core/ |
|
| UserAccessControlHandlerTest::passwordAccessProvider | function | core/ |
Provides test data for passwordAccessProvider(). |
| UserAccessControlHandlerTest::testPasswordAccess | function | core/ |
Tests that passwords cannot be viewed, just edited. |
| UserAccountFormPasswordResetTest | class | core/ |
Verifies that the password reset behaves as expected with form elements. |
| UserAccountFormPasswordResetTest.php | file | core/ |
|
| UserAccountFormPasswordResetTest::$modules | property | core/ |
|
| UserAccountFormPasswordResetTest::$user | property | core/ |
User object. |
| 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. |
| UserAuthenticationController::resetPassword | function | core/ |
Resets a user password. |
| UserAuthTest::$password | property | core/ |
The test password. |
| UserAuthTest::$passwordService | property | core/ |
The mocked password service. |
| UserAuthTest::testAuthenticateWithCorrectPassword | function | core/ |
Tests the authenticate method with a correct password. |
| UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password & new password hash. |
| UserAuthTest::testAuthenticateWithIncorrectPassword | function | core/ |
Tests the authenticate method with an incorrect password. |
| UserAuthTest::testAuthenticateWithZeroPassword | function | core/ |
Tests the authenticate method with a correct password. |
| UserController::getResetPassForm | function | core/ |
Returns the user password reset form. |
| UserController::resetPass | function | core/ |
Redirects to the user password reset form. |
| UserController::resetPassLogin | function | core/ |
Validates user, hash, and timestamp; logs the user in if correct. |
| 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. |
| UserEditTest::testUserWith0Password | function | core/ |
Tests setting the password to "0". |
| UserEntityTest::testChainExistingPasswordMethod | function | core/ |
Tests that ::existingPassword can be used for chaining. |
| UserInterface::checkExistingPassword | function | core/ |
Checks the existing password if set. |
| UserInterface::getPassword | function | core/ |
Returns the hashed password. |
| UserInterface::setExistingPassword | function | core/ |
Sets the existing plain text password. |
| UserInterface::setPassword | function | core/ |
Sets the user password. |
| 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::resetUserPassword | function | core/ |
Reset user 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 | class | core/ |
Tests user_pass_rehash(). |
| UserPassRehashTest.php | file | core/ |
|
| UserPassRehashTest::$modules | property | core/ |
|
| 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/ |
|
| UserPasswordForm::create | function | core/ |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.