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. 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 class core/lib/Drupal/Core/Render/Element/Password.php Provides a form element for entering a password, with hidden text.
password service core/core.services.yml Drupal\Core\Password\PhpPassword

All search results

Title Object type File name Summary
ClaroPasswordConfirmWidgetTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests the password confirm widget with Claro theme.
ClaroPasswordConfirmWidgetTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php
ClaroPasswordConfirmWidgetTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php The theme to install as the default for testing.
ClaroPasswordConfirmWidgetTest::testFillConfirmOnly function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests the password confirm widget so that only confirm input is filled.
ClaroPasswordConfirmWidgetTest::testPasswordConfirmMessage function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests that password match message is invisible when widget is initialized.
DefaultPasswordGenerator class core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php Provides a default password generator.
DefaultPasswordGenerator.php file core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php
DefaultPasswordGenerator::$allowedChars property core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php The allowed characters for the password.
DefaultPasswordGenerator::generate function core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php Generates a password.
DefaultPasswordGeneratorTest class core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php Unit tests for password generator.
DefaultPasswordGeneratorTest.php file core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php
DefaultPasswordGeneratorTest::testGenerate function core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php @covers ::generate[[api-linebreak]]
DemoUmamiHooks::setUserPasswords function core/profiles/demo_umami/src/Hook/DemoUmamiHooks.php Sets the password of admin to be the password for all users.
EntityUser::$password property core/modules/user/src/Plugin/migrate/destination/EntityUser.php The password service class.
FileTransfer::$password property core/lib/Drupal/Core/FileTransfer/FileTransfer.php The password for this file transfer.
MailerDsnConfigValidationTest::testMailerUserPasswordValidation function core/tests/Drupal/KernelTests/Core/Config/MailerDsnConfigValidationTest.php Tests the validation of the password for the mailer user.
MigrateUserAdminPassTest::$originalPasswords property core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php The passwords as retrieved from the account entities before migration.
MigrateUserAdminPassTest::testAdminPasswordPreserved function core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php Tests preserving the admin user's password.
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.
Password.php file core/lib/Drupal/Core/Render/Element/Password.php
Password::getInfo function core/lib/Drupal/Core/Render/Element/Password.php Returns the element properties for this element.
Password::preRenderPassword function core/lib/Drupal/Core/Render/Element/Password.php Prepares a #type 'password' render element for input.html.twig.
Password::valueCallback function core/lib/Drupal/Core/Render/Element/Password.php Determines how user input is mapped to an element's #value property.
PasswordConfirm class core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Provides a form element for double-input of passwords.
PasswordConfirm.php file core/lib/Drupal/Core/Render/Element/PasswordConfirm.php
PasswordConfirm::getInfo function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Returns the element properties for this element.
PasswordConfirm::processPasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Expand a password_confirm field into two text boxes.
PasswordConfirm::validatePasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Validates a password_confirm element.
PasswordConfirm::valueCallback function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Determines how user input is mapped to an element's #value property.
PasswordConfirmTest class core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php @coversDefaultClass \Drupal\Core\Render\Element\PasswordConfirm[[api-linebreak]]
@group Render
PasswordConfirmTest.php file core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php
PasswordConfirmTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php Data provider for testValueCallback().
PasswordConfirmTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php @covers ::valueCallback[[api-linebreak]]
PasswordConfirmWidgetTest class core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the JS components added to the PasswordConfirm render element.
PasswordConfirmWidgetTest.php file core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::$assert property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php WebAssert object.
PasswordConfirmWidgetTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php The theme to install as the default for testing.
PasswordConfirmWidgetTest::$testUser property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php User for testing.
PasswordConfirmWidgetTest::setUp function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::testFillConfirmOnly function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the password confirm widget so that only confirm input is filled.
PasswordConfirmWidgetTest::testPasswordConfirmMessage function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Ensures that password match message is visible when widget is initialized.
PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the components added to the password confirm widget.
PasswordGeneratorInterface interface core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php Interface for generating passwords.
PasswordGeneratorInterface.php file core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php
PasswordGeneratorInterface::generate function core/lib/Drupal/Core/Password/PasswordGeneratorInterface.php Generates a password.
PasswordInterface interface core/lib/Drupal/Core/Password/PasswordInterface.php Secure password hashing functions for user authentication.
PasswordInterface.php file core/lib/Drupal/Core/Password/PasswordInterface.php
PasswordInterface::check function core/lib/Drupal/Core/Password/PasswordInterface.php Check whether a plain text password matches a hashed password.

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