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
When a user wants to delete their account, after pressing the delete account button, a confirmation modal is displayed without any security measures. This lack of security can lead to unintentional deletions, such as a child accidentally accessing and deleting the account, resulting in the loss of all the user's data.
To prevent this, implementing a security step before deletion is essential. I suggest asking the user to write a confirmation word, similar to the method used by Mongo Compass.
The word can be: cboard, delete, delete-account, or any that the dev want.
The text was updated successfully, but these errors were encountered:
Hello @anmol-fzr! Welcome to the cboard project! We already had @nmro184 working on this issue. I forgot to assign it. You can take #1702 if you want. Leave me a comment there and I'll assign it to you.
When a user wants to delete their account, after pressing the delete account button, a confirmation modal is displayed without any security measures. This lack of security can lead to unintentional deletions, such as a child accidentally accessing and deleting the account, resulting in the loss of all the user's data.
To prevent this, implementing a security step before deletion is essential. I suggest asking the user to write a confirmation word, similar to the method used by Mongo Compass.
The word can be: cboard, delete, delete-account, or any that the dev want.
The text was updated successfully, but these errors were encountered: