Search for pass

  1. Search 7.x for pass
  2. Search 9.5.x for pass
  3. Search 8.9.x for pass
  4. Search 10.3.x for pass
  5. Search main for pass
  6. Other projects
Title Object type File name Summary
TwigExtensionPass class core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php Adds the twig_extension_hash parameter to the container.
TwigExtensionPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
TwigExtensionPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
UpdateCompilerPass class core/lib/Drupal/Core/Update/UpdateCompilerPass.php Removes services with unmet dependencies.
UpdateCompilerPass.php file core/lib/Drupal/Core/Update/UpdateCompilerPass.php
UpdateCompilerPass::isArgumentMissingService function core/lib/Drupal/Core/Update/UpdateCompilerPass.php Checks if a reference argument is to a missing service.
UpdateCompilerPass::process function core/lib/Drupal/Core/Update/UpdateCompilerPass.php
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.
UserController::getResetPassForm function core/modules/user/src/Controller/UserController.php Returns the user password reset form.
UserController::resetPass function core/modules/user/src/Controller/UserController.php Redirects to the user password reset form.
UserController::resetPassLogin function core/modules/user/src/Controller/UserController.php Validates user, hash, and timestamp; logs the user in if correct.
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.
UserEntityTest::testPasswordProperty function core/modules/user/tests/src/Kernel/UserEntityTest.php Tests that accessing the password property is correctly deprecated.
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 class core/modules/user/tests/src/Kernel/UserPassRehashTest.php Tests user_pass_rehash().
UserPassRehashTest.php file core/modules/user/tests/src/Kernel/UserPassRehashTest.php

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