influenzanet / user-management-service

Backend service to managing user related logic
0 stars 7 forks source link

Anonymization procedure #2

Open cturbelin opened 5 years ago

cturbelin commented 5 years ago

Enable account anonymization (as it implemented on GrippeNet.fr platform)

Context : Allow to remove identifying information about user

When:

Proposed Workflow:

Tracing: All actions should be properly logged as we need to be able to prove the action has been done in a proper time (GPDR), so each event should be traced

phev8 commented 5 years ago

@cturbelin Thank you for the description.

Do you think it's necessary to be able to reclaim the account? If user requests the "anonymization", he should be properly warned, that this results in an irreversible deletion of the account. The same user should be able to sign up again with the same email address or other authentication method in a later time point, if she or he decides so, but then this account is not connected with any old information.

cturbelin commented 5 years ago

Yes you're right. It's not necessary when the user request the procedure, but maybe when it's after inactivity.. But I agree it's not very useful and we did not received once such reclaim after we anonymized thousands of account.