quintel / etengine

Calculation engine for the Energy Transition Model
https://energytransitionmodel.com/
MIT License
15 stars 7 forks source link

Add the ability to delete your account #1311

Closed antw closed 1 year ago

antw commented 1 year ago

Account deletion happens in the background (since a user may have many scenarios, access tokens, etc) and needs to also tell ETModel to delete its data about the user.

Deleted users are flagged with a deleted_at column, which prevents them from being able to sign in through the web interface. The user will be completely removed by the DeleteUserJob background job.

antw commented 1 year ago

Thank you once again for the translations, @mabijkerk. Very much appreciated!