-
Notifications
You must be signed in to change notification settings - Fork 147
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
Clarify Deleting Account #447
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stnguyen90 let's also clear all the locally stored data (both local and session storage), otherwise the user won't be able to login with another account
I would also suggest adding a checkbox for confirmation the same way we do it for documents with relationships 😄
7c6a8c5
to
9f94f46
Compare
There are still issues with the checkbox style on Cloud... the solution is to update Cloud to the latest version of Appwrite 🙃 |
9f94f46
to
fc0f2e3
Compare
fc0f2e3
to
878f29d
Compare
Console accounts are not actually deleted so a user won't be able to re-create their account after "deleting" it.
878f29d
to
11d61d1
Compare
Not sure about this feature, let's wait. It might be better to just allow deletion and trust backups for any abusive play. |
What does this PR do?
Console accounts are not deleted, so a user won't be able to re-create their account after "deleting" it.
Test Plan
Manual:
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes