| 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. |
| claro_preprocess_form_element__password |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_HOOK() for form_element__password. |
| claro_preprocess_form_element__password_confirm |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_HOOK() for form_element__password_confirm. |
| 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]] |
| DemoUmamiProfileTest::drupalLoginWithPassword |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Logs in a user using the Mink controlled browser using a password. |
| demo_umami_set_users_passwords |
function |
core/profiles/demo_umami/demo_umami.profile |
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. |
| form--password-confirm.css |
file |
core/themes/claro/css/components/form--password-confirm.css |
Visual styles for the Password widgets. |
| form--password-confirm.pcss.css |
file |
core/themes/claro/css/components/form--password-confirm.pcss.css |
Visual styles for the Password widgets. |
| LegacyPasswordHashingTest |
class |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
Unit tests for password hashing API. |
| LegacyPasswordHashingTest.php |
file |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
|
| LegacyPasswordHashingTest::$hashedPassword |
property |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
The hashed password. |
| LegacyPasswordHashingTest::$md5HashedPassword |
property |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
The md5 password. |
| LegacyPasswordHashingTest::$password |
property |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
The raw password. |
| LegacyPasswordHashingTest::$passwordHasher |
property |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
The password hasher under test. |
| LegacyPasswordHashingTest::setUp |
function |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
|
| LegacyPasswordHashingTest::testEmptyHash |
function |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
Tests password validation when the hash is NULL. |
| LegacyPasswordHashingTest::testPasswordHashing |
function |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
Tests password hashing. |
| LegacyPasswordHashingTest::testPasswordNeedsUpdate |
function |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
Tests a password needs update. |
| LegacyPasswordHashingTest::testPasswordRehashing |
function |
core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php |
Tests password rehashing. |
| 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 |
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 |
| 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-hash.sh |
file |
core/scripts/password-hash.sh |
Drupal hash script - to generate a hash from a plaintext password |
| 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. |
| PasswordCompatibilityUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
Tests that users created with Drupal prior to version 10.1.x can still login. |
| PasswordCompatibilityUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
|
| PasswordCompatibilityUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
The theme to install as the default for testing. |
| PasswordCompatibilityUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
Set database dump files to be used. |
| PasswordCompatibilityUpdateTest::testPasswordCompatibility |
function |
core/modules/system/tests/src/Functional/Update/PasswordCompatibilityUpdateTest.php |
Tests that the password compatibility is working properly. |
| 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. |