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
{{ message }}
This repository was archived by the owner on Oct 13, 2024. It is now read-only.
When user deletes an account - it should be verified by entering their password.
Ideally, the accounts should be 'soft deleted' first in case user changes his mind. The 'hard deletion' should occur after some threshold (for example, 5 days).
It also would be good to collect feedback as to why do users want to delete their account.
It should be either a simple message in the account deletion modal like 'Please tell us why do you want to delete your account, you can do so at our [contact page].' or preferably an input field (in the account deletion modal) where user can enter the feedback directly (the feedback can be stored in a dedicated table in the database or maybe sent to Telegram).
When user deletes an account - it should be verified by entering their password.
Ideally, the accounts should be 'soft deleted' first in case user changes his mind. The 'hard deletion' should occur after some threshold (for example, 5 days).
It also would be good to collect feedback as to why do users want to delete their account.
It should be either a simple message in the account deletion modal like 'Please tell us why do you want to delete your account, you can do so at our [contact page].' or preferably an input field (in the account deletion modal) where user can enter the feedback directly (the feedback can be stored in a dedicated table in the database or maybe sent to Telegram).