gitlab-org--gitlab-foss/changelogs/unreleased/36087-users-cannot-delete-their-account.yml
Jacopo 153b48f9f9 Allow all users to delete their account
Previously the user could not delete his own account unless signup was
enabled in the global settings. This was due to the fact that deleting
the user would also delete the issues and other items associated to him.
Deleting an user does not destroy essential data anymore, for this
reason we removed the `signup_enabled?` check.
2017-08-17 14:38:57 +02:00

5 lines
123 B
YAML

---
title: allow all users to delete their account
merge_request: 13636
author: Jacopo Beschi @jacopo-beschi
type: changed