Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable deleting account #2478

Closed
dotmacro opened this issue Dec 23, 2024 · 1 comment · Fixed by #2481
Closed

Disable deleting account #2478

dotmacro opened this issue Dec 23, 2024 · 1 comment · Fixed by #2481

Comments

@dotmacro
Copy link
Member

dotmacro commented Dec 23, 2024

Problem

Deleting the user's account isn't implemented right now (see #1927). When the user clicks on the "Delete account" button, nothing happens.

image

Solution

  1. As in Disable updating password. #2173, please make it so that when the "Delete account" button is clicked, a gi.ui/prompt is shown that says:

    Sorry, this feature has not been implemented yet. Please check back later.

With a single button: "OK"

  1. Fix the typo: add a space between the two sentences in the explanatory text above the button.
@corrideat
Copy link
Member

IMO, this feature needs some additional thought for its implementation. When we implement deleting contracts, deleting the user account will recursively delete all contracts the parent contract owns, meaning that all groups, chatrooms, attachments, etc. will also be deleted as this happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants