11 calls to user_pass_rehash() in Drupal 9
- UserCancelTest::testUserAnonymize in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Delete account and anonymize all content.
- UserCancelTest::testUserAnonymizeBatch in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Delete account and anonymize all content using a batch process.
- UserCancelTest::testUserBlock in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Disable account and keep all content.
- UserCancelTest::testUserBlockUnpublish in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Disable account and unpublish all content.
- UserCancelTest::testUserCancelInvalid in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Attempt invalid account cancellations.
- UserCancelTest::testUserCancelWithoutPermission in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Attempt to cancel account without permission.
- UserCancelTest::testUserDelete in core/modules/ user/ tests/ src/ Functional/ UserCancelTest.php 
- Delete account and remove all content.
- UserController::confirmCancel in core/modules/ user/ src/ Controller/ UserController.php 
- Confirms cancelling a user account via an email link.
- UserController::resetPassLogin in core/modules/ user/ src/ Controller/ UserController.php 
- Validates user, hash, and timestamp; logs the user in if correct.
- UserPasswordResetTest::testUserPasswordReset in core/modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php 
- Tests password reset functionality.
- UserPasswordResetTest::testUserPasswordResetLoggedIn in core/modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php 
- Tests user password reset while logged in.
