PhpassHashedPassword::MAX_HASH_COUNT |
constant |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
The maximum allowed log2 number of iterations for password stretching. |
user_form_test_current_password_submit |
function |
drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module |
Submit function for the test form for user_validate_current_pass(). |
PhpassHashedPassword::userNeedsNewHash |
function |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Implements Drupal\Core\Password\PasswordInterface::userNeedsNewHash(). |
UserLoginTest::testPasswordRehashOnLogin |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php |
Test that user password is re-hashed upon login after changing $count_log2. |
PasswordHashingTest::testPasswordHashing |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PasswordHashingTest.php |
Test password hashing. |
ServerBagTest::testHttpPasswordIsOptional |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php |
|
PhpassHashedPassword::enforceLog2Boundaries |
function |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Ensures that $count_log2 is within set bounds. |
UserPasswordResetTest::testUserPasswordReset |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php |
Tests password reset functionality. |
ServerBagTest::testHttpBasicAuthWithPhpCgiEmptyPassword |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php |
|
UserPasswordResetTest::testUserResetPasswordTextboxFilled |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php |
Prefill the text box on incorrect login via link to password reset page. |