PhpPasswordTest::testEmptyHash |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests password check in case provided hash is NULL. |
PhpPasswordTest::testLongPassword |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Verifies that passwords longer than 512 bytes are not hashed. |
PhpPasswordTest::testPasswordChecking |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests password hashing. |
PhpPasswordTest::testPasswordNeedsUpdate |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests a password needs update. |
PhpPasswordTest::testPasswordRehashing |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests password rehashing. |
QuickStartTestBase::$adminPassword |
property |
core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php |
Password of the admin account generated during install. |
serializer.normalizer.password_field_item |
service |
core/modules/serialization/serialization.services.yml |
Drupal\serialization\Normalizer\NullNormalizer |
system_post_update_enable_password_compatibility |
function |
core/modules/system/system.post_update.php |
Enable the password compatibility module. |
TestFileTransfer::$password |
property |
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php |
The password for this file transfer. |
User::checkExistingPassword |
function |
core/modules/user/src/Entity/User.php |
Checks the existing password if set. |
User::getPassword |
function |
core/modules/user/src/Entity/User.php |
Returns the hashed password. |
User::setExistingPassword |
function |
core/modules/user/src/Entity/User.php |
Sets the existing plain text password. |
User::setPassword |
function |
core/modules/user/src/Entity/User.php |
Sets the user password. |
UserAccessControlHandlerTest::passwordAccessProvider |
function |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
Provides test data for passwordAccessProvider(). |
UserAccessControlHandlerTest::testPasswordAccess |
function |
core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php |
Tests that passwords cannot be viewed, just edited. |
UserAccountFormPasswordResetTest |
class |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
Verifies that the password reset behaves as expected with form elements. |
UserAccountFormPasswordResetTest.php |
file |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
|
UserAccountFormPasswordResetTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
Modules to install. |
UserAccountFormPasswordResetTest::$user |
property |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
User object. |
UserAccountFormPasswordResetTest::buildAccountForm |
function |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
Builds the user account form for a given operation. |
UserAccountFormPasswordResetTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
|
UserAccountFormPasswordResetTest::testPasswordResetToken |
function |
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php |
Tests the reset token used only from query string. |
UserAuth::$passwordChecker |
property |
core/modules/user/src/UserAuth.php |
The password hashing service. |
UserAuthentication::$passwordChecker |
property |
core/modules/user/src/UserAuthentication.php |
The password hashing service. |
UserAuthenticationController::resetPassword |
function |
core/modules/user/src/Controller/UserAuthenticationController.php |
Resets a user password. |
UserAuthTest::$password |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The test password. |
UserAuthTest::$passwordService |
property |
core/modules/user/tests/src/Unit/UserAuthTest.php |
The mocked password service. |
UserAuthTest::testAuthenticateWithCorrectPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password. |
UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password & new password hash. |
UserAuthTest::testAuthenticateWithIncorrectPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with an incorrect password. |
UserAuthTest::testAuthenticateWithZeroPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password. |
UserEditTest::testUserWellKnownChangePasswordAnon |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests well known change password route returns 403 to anonymous user. |
UserEditTest::testUserWellKnownChangePasswordAuth |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests well known change password route redirects to user edit form. |
UserEditTest::testUserWith0Password |
function |
core/modules/user/tests/src/Functional/UserEditTest.php |
Tests setting the password to "0". |
UserEntityTest::testChainExistingPasswordMethod |
function |
core/modules/user/tests/src/Kernel/UserEntityTest.php |
Tests that ::existingPassword can be used for chaining. |
UserInterface::checkExistingPassword |
function |
core/modules/user/src/UserInterface.php |
Checks the existing password if set. |
UserInterface::getPassword |
function |
core/modules/user/src/UserInterface.php |
Returns the hashed password. |
UserInterface::setExistingPassword |
function |
core/modules/user/src/UserInterface.php |
Sets the existing plain text password. |
UserInterface::setPassword |
function |
core/modules/user/src/UserInterface.php |
Sets the user password. |
UserLoginHttpTest::doTestPasswordReset |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Do password reset testing for given format and account. |
UserLoginHttpTest::passwordRequest |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Executes a password HTTP request for a given serialization format. |
UserLoginHttpTest::testPasswordReset |
function |
core/modules/user/tests/src/Functional/UserLoginHttpTest.php |
Tests user password reset. |
UserLoginTest::doPasswordLengthLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Helper to test log in with a maximum length password. |
UserLoginTest::resetUserPassword |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Reset user password. |
UserLoginTest::testPasswordLengthLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests log in with a maximum length and a too long password. |
UserLoginTest::testPasswordRehashOnLogin |
function |
core/modules/user/tests/src/Functional/UserLoginTest.php |
Tests user password is re-hashed upon login after changing $count_log2. |
UserPassRehashTest::testUniqueHashNoPasswordValue |
function |
core/modules/user/tests/src/Kernel/UserPassRehashTest.php |
Tests uniqueness of hashes when no password is set. |
UserPasswordForm |
class |
core/modules/user/src/Form/UserPasswordForm.php |
Provides a user password reset form. |
UserPasswordForm.php |
file |
core/modules/user/src/Form/UserPasswordForm.php |
|
UserPasswordForm::$deprecatedProperties |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The deprecated properties. |