-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Delete account #566
Comments
No UX for deleting an account. I guess we could/should add this however removing all permission from a user is effectively the same thing, as it would disable the account. I guess the question is should you be able to delete a user? If we do that, do we also clean up all related records? It might be better that we don't actually delete the user, just remove all permissions and "archive" the user (for record keeping). |
We could we just add the role "active" or "deactivated" the user's role and handle them accordingly; however, users have "the right to be forgotten". At least in the E.U. and US (Not sure about other privacy laws in other countries) |
Yes, but maybe you wouldn't want to delete their actual order history - there are other laws requiring that information to be preserved.... so "forgotten" is not the same as "deleted". |
Hello,
May be I didn't find how but it's not obvious how to delete an account.
The text was updated successfully, but these errors were encountered: