Search for pass
- Search 7.x for pass
- Search 9.5.x for pass
- Search 8.9.x for pass
- Search 10.3.x for pass
- Search main for pass
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TwigExtensionPass | class | core/ |
Adds the twig_extension_hash parameter to the container. |
| TwigExtensionPass.php | file | core/ |
|
| TwigExtensionPass::process | function | core/ |
|
| UpdateCompilerPass | class | core/ |
Removes services with unmet dependencies. |
| UpdateCompilerPass.php | file | core/ |
|
| UpdateCompilerPass::isArgumentMissingService | function | core/ |
Checks if a reference argument is to a missing service. |
| UpdateCompilerPass::process | function | core/ |
|
| User::checkExistingPassword | function | core/ |
Checks the existing password if set. |
| User::getPassword | function | core/ |
Returns the hashed password. |
| User::setExistingPassword | function | core/ |
Sets the existing plain text password. |
| User::setPassword | function | core/ |
Sets the user password. |
| 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/ |
Modules to install. |
| 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. |
| UserEntityTest::testPasswordProperty | function | core/ |
Tests that accessing the password property is correctly deprecated. |
| 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/ |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.