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
Title | Object type | File name | Summary |
---|---|---|---|
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.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. |
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. |
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 and 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. |
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. |
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.