You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Problem
Deleting the user's account isn't implemented right now (see #1927). When the user clicks on the "Delete account" button, nothing happens.
Solution
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"
The text was updated successfully, but these errors were encountered: