Search for password_
- Search 7.x for password_
- Search 8.9.x for password_
- Search 10.3.x for password_
- Search 11.x for password_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
password_theme_function_test.info.yml | file | core/ |
core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.info.yml |
password_theme_function_test.libraries.yml | file | core/ |
core/modules/user/tests/themes/password_theme_function_test/password_theme_function_test.libraries.yml |
PhpassHashedPassword.php | file | core/ |
|
PhpassHashedPassword::$countLog2 | property | core/ |
Password stretching iteration count. |
PhpassHashedPassword::$ITOA64 | property | core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
PhpassHashedPassword::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
PhpassHashedPassword::check | function | core/ |
Check whether a plain text password matches a hashed password. |
PhpassHashedPassword::crypt | function | core/ |
Hash a password using a secure stretched hash. |
PhpassHashedPassword::enforceLog2Boundaries | function | core/ |
Ensures that $count_log2 is within set bounds. |
PhpassHashedPassword::generateSalt | function | core/ |
Generates a random base 64-encoded salt prefixed with hash settings. |
PhpassHashedPassword::getCountLog2 | function | core/ |
Parses the log2 iteration count from a stored hash or setting string. |
PhpassHashedPassword::hash | function | core/ |
Hash a password using a secure hash. |
PhpassHashedPassword::HASH_LENGTH | constant | core/ |
The expected (and maximum) number of characters in a hashed password. |
PhpassHashedPassword::MAX_HASH_COUNT | constant | core/ |
The maximum allowed log2 number of iterations for password stretching. |
PhpassHashedPassword::MIN_HASH_COUNT | constant | core/ |
The minimum allowed log2 number of iterations for password stretching. |
PhpassHashedPassword::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PhpassHashedPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
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 enable. |
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. |
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. |
UserHalLoginHttpTest::testPasswordReset | function | core/ |
Tests user password reset. |
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. |
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. |
UserPasswordForm::$typedDataManager | property | core/ |
The typed data 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. |
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.