UserCancelTestCase::testUserAnonymize in core/modules/user/tests/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in core/modules/user/tests/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in core/modules/user/tests/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelInvalid in core/modules/user/tests/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in core/modules/user/tests/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in core/modules/user/tests/user.test
Delete account and remove all content.
UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/user_password_reset.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
Tests password reset functionality.
user_cancel_confirm in core/modules/user/user.pages.inc
Menu callback; cancel a user account via email confirmation link.
user_cancel_url in core/modules/user/user.module
Generates a URL to confirm an account cancellation request.
user_pass_reset in core/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 core/modules/user/user.module
Generates a unique URL for a user to login and reset their password.