Search for pass

  1. Search 7.x for pass
  2. Search 9.5.x for pass
  3. Search 10.3.x for pass
  4. Search 11.x for pass
  5. Search main for pass
  6. Other projects
Title Object type File name Summary
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.
UserAuth::$passwordChecker property core/modules/user/src/UserAuth.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 and 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".
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.
UserLoginHttpTest::testPasswordReset function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Tests user password reset.
UserLoginTest::testPasswordRehashOnLogin function core/modules/user/tests/src/Functional/UserLoginTest.php Test that user password is re-hashed upon login after changing $count_log2.
UserPasswordForm class core/modules/user/src/Form/UserPasswordForm.php Provides a user password reset form.
UserPasswordForm.php file core/modules/user/src/Form/UserPasswordForm.php
UserPasswordForm::$flood property core/modules/user/src/Form/UserPasswordForm.php The flood service.
UserPasswordForm::$languageManager property core/modules/user/src/Form/UserPasswordForm.php The language manager.
UserPasswordForm::$userStorage property core/modules/user/src/Form/UserPasswordForm.php The user storage.
UserPasswordForm::buildForm function core/modules/user/src/Form/UserPasswordForm.php Form constructor.
UserPasswordForm::create function core/modules/user/src/Form/UserPasswordForm.php Instantiates a new instance of this class.
UserPasswordForm::getFormId function core/modules/user/src/Form/UserPasswordForm.php Returns a unique string identifying the form.
UserPasswordForm::submitForm function core/modules/user/src/Form/UserPasswordForm.php Form submission handler.
UserPasswordForm::validateForm function core/modules/user/src/Form/UserPasswordForm.php Form validation handler.
UserPasswordForm::__construct function core/modules/user/src/Form/UserPasswordForm.php Constructs a UserPasswordForm object.
UserPasswordFormTest class core/modules/user/tests/src/Kernel/Form/UserPasswordFormTest.php @coversDefaultClass \Drupal\user\Form\UserPasswordForm[[api-linebreak]]
@group user
UserPasswordFormTest.php file core/modules/user/tests/src/Kernel/Form/UserPasswordFormTest.php
UserPasswordFormTest::testConstructorDeprecations function core/modules/user/tests/src/Kernel/Form/UserPasswordFormTest.php @group legacy
@expectedDeprecation Calling Drupal\user\Form\UserPasswordForm::__construct without the $config_factory is deprecated in drupal:8.8.0 and is required before drupal:9.0.0. See https://www.drupal.org/node/1681832
@expectedDeprecation…
UserPasswordResetForm class core/modules/user/src/Form/UserPasswordResetForm.php Form controller for the user password forms.
UserPasswordResetForm.php file core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::buildForm function core/modules/user/src/Form/UserPasswordResetForm.php
UserPasswordResetForm::getFormId function core/modules/user/src/Form/UserPasswordResetForm.php Returns a unique string identifying the form.
UserPasswordResetForm::submitForm function core/modules/user/src/Form/UserPasswordResetForm.php Form submission handler.
UserPasswordResetTest class core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Ensure that password reset methods work as expected.
UserPasswordResetTest class core/modules/user/tests/src/Functional/UserPasswordResetTest.php Ensure that password reset methods work as expected.

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