fabric8-services / fabric8-auth

Identity and Access Management for fabric8 services
https://auth.openshift.io/api/status
Apache License 2.0
14 stars 26 forks source link

[user deactivation] obfuscate and deactivate #775

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

Part of the User Deactivation Epic

this is the subtask to obfuscate all user personal information (full name, email, etc.) and mark the account as active=false in the database when a deactivation request is received.

Keeping the user data in an obfuscated fashion will avoid any conflict if the user comes back again: the registration app will still be allowed to register with the same username/email address as previously