Search for password_
- Search 7.x for password_
- Search 9.5.x for password_
- Search 8.9.x for password_
- Search 10.3.x for password_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PhpassHashedPasswordBase::__construct | function | core/ |
Constructs a new password hashing instance. |
PhpassHashedPasswordLog2BoundariesDouble | class | core/ |
Test double for test coverage of enforceLog2Boundaries(). |
PhpassHashedPasswordLog2BoundariesDouble::enforceLog2Boundaries | function | core/ |
Exposes this method as public for tests. |
PhpassHashedPasswordLog2BoundariesDouble::__construct | function | core/ |
Constructs a new password hashing instance. |
PhpPassword.php | file | core/ |
|
PhpPassword::check | function | core/ |
Check whether a plain text password matches a hashed password. |
PhpPassword::hash | function | core/ |
Hash a password using a secure hash. |
PhpPassword::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PhpPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
PhpPasswordTest | class | core/ |
Unit tests for password hashing API. |
PhpPasswordTest.php | file | core/ |
|
PhpPasswordTest::$password | property | core/ |
The raw password. |
PhpPasswordTest::$passwordHash | property | core/ |
The hashed password. |
PhpPasswordTest::$passwordHasher | property | core/ |
The password hasher under test. |
PhpPasswordTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
PhpPasswordTest::setUp | function | core/ |
|
PhpPasswordTest::testEmptyHash | function | core/ |
Tests password check in case provided hash is NULL. |
PhpPasswordTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
PhpPasswordTest::testPasswordChecking | function | core/ |
Tests password hashing. |
PhpPasswordTest::testPasswordNeedsUpdate | function | core/ |
Tests a password needs update. |
PhpPasswordTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
serializer.normalizer.password_field_item | service | core/ |
Drupal\serialization\Normalizer\NullNormalizer |
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. |
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::$emailValidator | property | core/ |
The email validator service. |
UserPasswordForm::$flood | property | core/ |
The flood service. |
UserPasswordForm::$languageManager | property | core/ |
The language manager. |
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.