UserAuthTest::testAuthenticateWithZeroPassword |
function |
core/modules/user/tests/src/Unit/UserAuthTest.php |
Tests the authenticate method with a correct password. |
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. |
UserHalLoginHttpTest::testPasswordReset |
function |
core/modules/hal/tests/src/Functional/user/UserHalLoginHttpTest.php |
Tests user password reset. |
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. |
UserLegacyTest::testUserPassword |
function |
core/modules/user/tests/src/Kernel/UserLegacyTest.php |
|
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. |
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::$emailValidator |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The email validator service. |
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::$typedDataManager |
property |
core/modules/user/src/Form/UserPasswordForm.php |
The typed data 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. |
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. |
UserPasswordResetTest.php |
file |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
|
UserPasswordResetTest.php |
file |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
|
UserPasswordResetTest::$account |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
The user object to test password resetting. |
UserPasswordResetTest::$account |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
The user object to test password resetting. |
UserPasswordResetTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
The theme to install as the default for testing. |
UserPasswordResetTest::$languageManager |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Language manager object. |
UserPasswordResetTest::$modules |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
Modules to enable. |
UserPasswordResetTest::$modules |
property |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Modules to enable. |
UserPasswordResetTest::$profile |
property |
core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php |
The profile to install as a basis for testing. |
UserPasswordResetTest::assertNoPasswordIpFlood |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Makes assertions about a password reset not triggering IP flood control. |
UserPasswordResetTest::assertNoValidPasswordReset |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Helper function to make assertions about an invalid password reset. |
UserPasswordResetTest::assertPasswordIpFlood |
function |
core/modules/user/tests/src/Functional/UserPasswordResetTest.php |
Makes assertions about a password reset triggering IP flood control. |