Search for password
- Search 7.x for password
- Search 9.5.x for password
- Search 10.3.x for password
- Search 11.x for password
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
password | service | core/ |
Drupal\Core\Password\PhpassHashedPassword |
password | service | core/ |
Drupal\Core\Password\PhpassHashedPassword |
Password | class | core/ |
Provides a form element for entering a password, with hidden text. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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 @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. |
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::$modules | property | core/ |
Modules to enable. |
UserPasswordResetTest::$modules | property | core/ |
Modules to enable. |
UserPasswordResetTest::$profile | property | core/ |
The profile to install as a basis for testing. |
UserPasswordResetTest::assertNoPasswordIpFlood | function | core/ |
Makes assertions about a password reset not triggering IP flood control. |
UserPasswordResetTest::assertNoPasswordUserFlood | function | core/ |
Makes assertions about a password reset not triggering user 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::assertPasswordUserFlood | function | core/ |
Makes assertions about a password reset triggering user flood control. |
UserPasswordResetTest::assertValidPasswordReset | function | core/ |
Helper function to make assertions about a valid password reset. |
UserPasswordResetTest::getResetURL | function | core/ |
Retrieves password reset email and extracts the login link. |
UserPasswordResetTest::getResetURL | function | core/ |
Retrieves password reset email and extracts the login link. |
UserPasswordResetTest::setUp | function | core/ |
|
UserPasswordResetTest::setUp | function | core/ |
|
UserPasswordResetTest::testResetImpersonation | function | core/ |
Make sure that users cannot forge password reset URLs of other users. |
UserPasswordResetTest::testUserPasswordReset | function | core/ |
Tests password reset functionality. |
UserPasswordResetTest::testUserPasswordResetLoggedIn | function | core/ |
Test user password reset while logged in. |
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm | function | core/ |
Tests password reset functionality with an AJAX form. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.