13 calls to user_pass_rehash() in Drupal 7
- StatisticsAdminTestCase::testDeleteUser in modules/
statistics/ statistics.test - Tests that accesslog reflects when a user is deleted.
- UserCancelTestCase::testUserAnonymize in modules/
user/ user.test - Delete account and anonymize all content.
- UserCancelTestCase::testUserBlock in modules/
user/ user.test - Disable account and keep all content.
- UserCancelTestCase::testUserBlockUnpublish in modules/
user/ user.test - Disable account and unpublish all content.
- UserCancelTestCase::testUserCancelInvalid in modules/
user/ user.test - Attempt invalid account cancellations.
- UserCancelTestCase::testUserCancelWithoutPermission in modules/
user/ user.test - Attempt to cancel account without permission.
- UserCancelTestCase::testUserDelete in modules/
user/ user.test - Delete account and remove all content.
- UserPasswordResetTestCase::testResetImpersonation in modules/
user/ user.test - Make sure that users cannot forge password reset URLs of other users.
- UserPasswordResetTestCase::testUserPasswordResetExpired in modules/
user/ user.test - Attempts login using an expired password reset link.
- user_cancel_confirm in modules/
user/ user.pages.inc - Menu callback; Cancel a user account via e-mail confirmation link.
- user_cancel_url in modules/
user/ user.module - Generates a URL to confirm an account cancellation request.
- user_pass_reset in modules/
user/ user.pages.inc - Menu callback; process one time login link and redirects to the user page on success.
- user_pass_reset_url in modules/
user/ user.module - Generates a unique URL for a user to login and reset their password.