9 calls to user_password() in Zircon Profile 8
- BrowserTestBase::drupalCreateUser in core/
modules/ simpletest/ src/ BrowserTestBase.php - Creates a user with a given set of permissions.
- DbLogTest::doUser in core/
modules/ dblog/ src/ Tests/ DbLogTest.php - Generates and then verifies some user events.
- EntityReferenceSelectionAccessTest::testUserHandler in core/
modules/ system/ src/ Tests/ Entity/ EntityReferenceSelection/ EntityReferenceSelectionAccessTest.php - Test the user-specific overrides of the entity handler.
- RegisterForm::submitForm in core/
modules/ user/ src/ RegisterForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- UserCancelTest::testUserCancelUid1 in core/
modules/ user/ src/ Tests/ UserCancelTest.php - Tests that user account for uid 1 cannot be cancelled.
- UserCreationTrait::createUser in core/
modules/ simpletest/ src/ UserCreationTrait.php - Create a user with a given set of permissions.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ src/ Tests/ UserPasswordResetTest.php - Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetLoggedIn in core/
modules/ user/ src/ Tests/ UserPasswordResetTest.php - Test user password reset while logged in.
- UserSaveTest::testUserImport in core/
modules/ user/ src/ Tests/ UserSaveTest.php - Test creating a user with arbitrary uid.