polar
polar copied to clipboard
Delete account from settings
Currently, this is done manually upon request to [email protected]
We require & will continue to require the end user to first uninstall the Polar GitHub App in case they have it installed. It will then automatically trigger soft deletion of repositories etc on our end.
For the account/organization itself the manual approach is the following to be reproduced as a feature in the future.
- Set
deleted_atfor the user/organization - Update PII record with
hashlib.md5().update(b'<text>').hexdigest() - Set empty GitHub profile JSON in users table, e.g empty strings for PII and 0 for stats (public repos etc)
- In case of email it's the above with
@deleted.comas suffix - Change
avatar_urltohttps://avatars.githubusercontent.com/u/105373340?s=48&v=4(Polar logo)
I will work on this
Hey @codenoid. Have you had the chance to look into this any further? 🙂 Totally understand if it became bigger than anticipated or other things came up :)
@birkjernstrom really sorry for the delay, the project structure is easy to learn, but I had something comes up right now, please don't wait for me if someone want to work on this, Thanks!