user_cancel_confirm in modules/user/user.pages.inc
Menu callback; cancel a user account via e-mail confirmation link.
UserCancelTestCase::testUserAnonymize in modules/user/tests/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in modules/user/tests/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in modules/user/tests/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelInvalid in modules/user/tests/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in modules/user/tests/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in modules/user/tests/user.test
Delete account and remove all content.
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.
UserPasswordResetTest::testResetImpersonation in modules/user/tests/user_password_reset.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in modules/user/tests/user_password_reset.test
Tests password reset functionality.