Search for pass
- Search 7.x for pass
- Search 9.5.x for pass
- Search 10.3.x for pass
- Search 11.x for pass
- Search main for pass
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| UserAuth::$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 and 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". |
| 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. |
| UserLoginHttpTest::testPasswordReset | function | core/ |
Tests user password reset. |
| UserLoginTest::testPasswordRehashOnLogin | function | core/ |
Test that user password is re-hashed upon login after changing $count_log2. |
| UserPasswordForm | class | core/ |
Provides a user password reset form. |
| UserPasswordForm.php | file | core/ |
|
| 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. |
| UserPasswordFormTest | class | core/ |
@coversDefaultClass \Drupal\user\Form\UserPasswordForm[[api-linebreak]] @group user |
| UserPasswordFormTest.php | file | core/ |
|
| UserPasswordFormTest::testConstructorDeprecations | function | core/ |
@group legacy @expectedDeprecation Calling Drupal\user\Form\UserPasswordForm::__construct without the $config_factory is deprecated in drupal:8.8.0 and is required before drupal:9.0.0. See https://www.drupal.org/node/1681832 @expectedDeprecation… |
| 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. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.