Search for password

  1. Search 7.x for password
  2. Search 9.5.x for password
  3. Search 8.9.x for password
  4. Search 10.3.x for password
  5. Search 11.x for password
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
password service core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml Drupal\Core\Password\PhpPassword
password service core/core.services.yml Drupal\Core\Password\PhpPassword
Password class core/lib/Drupal/Core/Render/Element/Password.php Provides a form element for entering a password, with hidden text.

All search results

Title Object type File name Summary
PhpPasswordArgon2idIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php
PhpPasswordArgon2idIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php
PhpPasswordArgon2idIntegrationTest::testArgon2idHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php Tests that the argon2id password hashing algorithm is used.
PhpPasswordBcryptIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php Bcrypt specific integration tests for the PHP password hashing service.
PhpPasswordBcryptIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php
PhpPasswordBcryptIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php
PhpPasswordBcryptIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php
PhpPasswordBcryptIntegrationTest::testBcryptHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php Tests that the bcrypt password hashing algorithm is used.
PhpPasswordDefaultIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php Integration tests for the PHP password hashing service.
PhpPasswordDefaultIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php
PhpPasswordDefaultIntegrationTest::testDefaultHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php Tests that the default password hashing algorithm is used.
PhpPasswordTest class core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Unit tests for password hashing API.
PhpPasswordTest.php file core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php
PhpPasswordTest::$password property core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php The raw password.
PhpPasswordTest::$passwordHash property core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php The hashed password.
PhpPasswordTest::$passwordHasher property core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php The password hasher under test.
PhpPasswordTest::providerLongPasswords function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php Provides the test matrix for testLongPassword().
PhpPasswordTest::setUp function core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php
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.
PhpPasswordUnknownAlgorithmIntegrationTest class core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php Integration tests for the PHP password hashing service.
PhpPasswordUnknownAlgorithmIntegrationTest.php file core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php
PhpPasswordUnknownAlgorithmIntegrationTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php
PhpPasswordUnknownAlgorithmIntegrationTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php
PhpPasswordUnknownAlgorithmIntegrationTest::testUnknownAlgorithmHashing function core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php Tests that the default password hashing algorithm is used.
PreprocessHooks::formElementPassword function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password.
PreprocessHooks::formElementPasswordConfirm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password_confirm.
PreprocessHooks::preprocessFormElementPassword function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password.
PreprocessHooks::preprocessFormElementPasswordConfirm function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password_confirm.
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
SystemRequirementsHooks::checkPasswordHashing function core/modules/system/src/Hook/SystemRequirementsHooks.php Builds password hashing requirements check result.
User::checkExistingPassword function core/modules/user/src/Entity/User.php
User::getPassword function core/modules/user/src/Entity/User.php
User::setExistingPassword function core/modules/user/src/Entity/User.php
User::setPassword function core/modules/user/src/Entity/User.php
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
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.