You are here

47 string references to password in Drupal 10

claro_preprocess_input in core/themes/claro/claro.theme
Implements template_preprocess_HOOK() for input.
Connection::createConnectionOptionsFromUrl in core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
Connection::open in core/modules/pgsql/src/Driver/Database/pgsql/Connection.php
Connection::open in core/modules/mysql/src/Driver/Database/mysql/Connection.php
ContentTranslationHandler::addTranslatabilityClue in core/modules/content_translation/src/ContentTranslationHandler.php
Adds a clue about the form element translatability.
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled in core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php
Tests that the status page shows the error message.
ElementTest::testPlaceHolderText in core/modules/system/tests/src/Functional/Form/ElementTest.php
Tests placeholder text for elements that support placeholders.
EntityUser::create in core/modules/user/src/Plugin/migrate/destination/EntityUser.php
Creates an instance of the plugin.
FileTransfer::getSettingsForm in core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Returns a form to collect connection settings credentials.
FormElementsRenderTest::testDrupalRenderFormElements in core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php
Tests rendering form elements without passing through \Drupal::formBuilder()->doBuildForm().
FormTest::testRequiredAttribute in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests required attribute.
FormTest::testRequiredFields in core/modules/system/tests/src/Functional/Form/FormTest.php
Check several empty values for required forms elements.
FormTestDisabledElementsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php
Form constructor.
FormTestLabelForm.php in core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php
FormTestPatternForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
Form constructor.
FormTestPlaceholderForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
Form constructor.
FormTestRequiredAttributeForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestRequiredAttributeForm.php
Form constructor.
FTP::factory in core/lib/Drupal/Core/FileTransfer/FTP.php
FunctionalTestSetupTrait::installParameters in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Returns the parameters that will be used when the test installs Drupal.
InstallerExistingDatabaseSettingsTest::setUpSettings in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php
@todo The database settings form is not supposed to appear if settings.php contains a valid database connection already (but e.g. no config directories yet).
KernelTestBase::register in core/tests/Drupal/KernelTests/KernelTestBase.php
Registers test-specific services.
MigrateUserAdminPassTest::testAdminPasswordPreserved in core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
Tests preserving the admin user's password.
MigrateUserTest::testUser in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php
Tests the Drupal6 user to Drupal 8 migration.
olivero_preprocess_input in core/themes/olivero/olivero.theme
Implements hook_preprocess_HOOK().
Password::preRenderPassword in core/lib/Drupal/Core/Render/Element/Password.php
Prepares a #type 'password' render element for input.html.twig.
PasswordItem::preSave in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php
Defines custom presave behavior for field values.
PasswordItemTest::setUp in core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php
PasswordItemTest::testPreSaveNewEmptyString in core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php
@covers ::preSave
PasswordItemTest::testPreSaveNewMultipleSpacesString in core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php
@covers ::preSave
RenderElement::preRenderAjaxForm in core/lib/Drupal/Core/Render/Element/RenderElement.php
Adds Ajax information about an element to communicate with JavaScript.
SqlBase::mapJoinable in core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
Checks if we can join against the map table.
SqlBaseTest::sqlBaseTestProvider in core/modules/migrate/tests/src/Unit/SqlBaseTest.php
The data provider for SqlBase.
SSH::factory in core/lib/Drupal/Core/FileTransfer/SSH.php
Tasks::getFormOptions in core/lib/Drupal/Core/Database/Install/Tasks.php
Returns driver specific configuration options.
Tasks::getFormOptions in core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php
Returns driver specific configuration options.
TestFileTransfer::factory in core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php
Defines a factory method for this class.
UncaughtExceptionTest::testLostDatabaseConnection in core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php
Tests the case when the database connection is gone.
UrlConversionTest::providerConvertDbUrlToConnectionInfo in core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
Data provider for testDbUrlToConnectionConversion().
UrlConversionTest::providerGetConnectionInfoAsUrl in core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php
Data provider for testGetConnectionInfoAsUrl().
User::baseFieldDefinitions in core/modules/user/src/Entity/User.php
User::checkExistingPassword in core/modules/user/src/Entity/User.php
UserAuthTest.php in core/modules/user/tests/src/Unit/UserAuthTest.php
UserLoginTest::testPasswordRehashOnLogin in core/modules/user/tests/src/Functional/UserLoginTest.php
Tests user password is re-hashed upon login after changing $count_log2.
users.yml in core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrations/users.yml
core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrations/users.yml
UserTest::providerSource in core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php
The data provider.
user_form_process_password_confirm in core/modules/user/user.module
Form element process handler for client-side password validation.
ValidationTest::testPatternValidation in core/modules/system/tests/src/Functional/Form/ValidationTest.php
Tests #pattern validation.