Account deletion: Difference between revisions

no edit summary
imported>Brittag
(make page make a little more sense to people curious about account deletion)
imported>Paulproteus
No edit summary
Line 7:
* After the person '''replies with some part of the mail quoted''', the '''OpenHatch general helper''' now has a good reason to believe the inbound email was not forged, and that the conversation is legitimately with the person who owns that email address. At that point, you should contact an '''OpenHatch technical helper'''.
 
* '''OpenHatch technical helper''' will then execute whatever commands are required to get the user's account deleted or modified as necessary. Steps for the tech helper:
** From your own machine, log into the main OpenHatch VM with: ssh deploy@linode.openhatch.org
** From the login shell, start a Django management Python shell:
*** cd milestone-a
*** python manage.py shell_plus
** Now, delete the user. Enter this to find + print the user's data, and give it a visual sanity-check:
*** u = Users.objects.filter(email='person@example.com')
*** print u
** If it looks good, do:
*** u.delete()
 
[[Category:Login team]]
Anonymous user