-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature/remove user/soft removal #1691
base: develop
Are you sure you want to change the base?
Conversation
Question: is deleting from Django admin the same than deleting from "Account" drop down button? |
No. Removing the Django admin only remove / anonymize the user personal data. It is only one of the step involved in the whole process. But note that is does not remove the user completly, it soft removes it. Also I'll do some changes to include the email sent to the admins and the confirmation email sent to the user for all cases. |
Should I wait for a commit from you before reviewing this PR then? Or is it already ready? |
Yes, wait for my modifications You will be able to review this PR after my next push |
…thod + update email and log in mechanism
…ompetition management view
58c70ad
to
ef95a38
Compare
A brief description of the purpose of the changes contained in this PR.
This implement a full process to allow user's to remove their account automatically.
It includes:
Issues this PR resolves
#1159
A checklist for hand testing
Checklist