Update documentation for delayed user deletion
What does this MR do and why?
Updates note in https://docs.gitlab.com/ee/user/profile/account/delete_account.html#delete-your-own-account to remove "Unblocking the account does not undo the deletion because the account will still be in the deletion queue, and will be deleted."
.
Unblocking a self-deleted account will make the queued DeleteUserWorker job to skip deletion. This was implemented in Skip delayed own user deletion when the user ha... (!136817 - merged).
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.