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 |
|---|---|---|---|
| PasswordInterface::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| PasswordInterface::hash | function | core/ |
Hash a password using a secure hash. |
| PasswordInterface::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
| PasswordInterface::PASSWORD_MAX_LENGTH | constant | core/ |
Maximum password length. |
| PasswordItem | class | core/ |
Defines the 'password' entity field type. |
| PasswordItem.php | file | core/ |
|
| PasswordItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| PasswordItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
| PasswordItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| PasswordTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\Password[[api-linebreak]] @group Render |
| PasswordTest.php | file | core/ |
|
| PasswordTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| PasswordTest::testValueCallback | function | core/ |
@covers ::valueCallback[[api-linebreak]] |
| PhpassHashedPassword | class | core/ |
Secure password hashing functions based on the Portable PHP password hashing framework. |
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPassword::$countLog2 | property | core/ |
Specifies the number of times the hashing function will be applied when generating new password hashes. The number of times is calculated by raising 2 to the power of the given value. |
| 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. |
| QuickStartTestBase::$adminPassword | property | core/ |
Password of the admin account generated during install. |
| serializer.normalizer.password_field_item | service | core/ |
Drupal\serialization\Normalizer\NullNormalizer |
| TestFileTransfer::$password | property | core/ |
The password for this file transfer. |
| 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. |
| 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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.