pixelpassion / django-saas-boilerplate

A Django + django-rest-framework + Heroku + SaaS application boilerplate
MIT License
51 stars 10 forks source link

Add GDPR logics #38

Closed jensneuhaus closed 4 years ago

jensneuhaus commented 4 years ago

☝️What is it? Why do we need it?

Inactive account handling

Delete an account with some informations to him, when the user was inactive for too long

User deletes his account

The user decides to delete his account, we keep it for a few days

Send all existing user informations to email

The user can ask to send all data

📋 Todos

jensneuhaus commented 4 years ago

Here is an update on the Account info:

User wants to access all his account data

Example email

Hello Jens,

thanks for your interest in the data . You can access your report here:
<PUBLIC_URL>/account-data/<account_info_link>/

For security reasons it will be deleted after <ACCOUNT_INFO_LINK_AVAILABILITY_IN_DAYS>. 

Fore more infos and any questions related to your privacy please write to <GDPR_SUPPORT_EMAIL >
vladborisov182 commented 4 years ago

@jensneuhaus I didn't find anything about bcc in a Saasy documentation. May I ask you to tell how it works in the Saasy? At the moment I'm just sending two letters: one to the user, and the second to the admin

jensneuhaus commented 4 years ago

Can you please create an Issue for this in saasy (if access) and also one on the Boilerplate repo with a link to the Code lines which need to change, if we have BCC working?Am 13.02.2020 15:30 schrieb Vladislav Borisov notifications@github.com:@jensneuhaus I didn't find anything about bcc in a Saasy documentation. May I ask you to tell how it works in the Saasy? At the moment I'm just sending two letters: one to the user, and the second to the admin

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.