frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Anonymise the user data when a user is deleted PART 2

Open arhimede opened this issue 1 year ago • 2 comments

anonymize the identity of the user to be truly deleted and anonym

transform the email of the user in something like: [email protected]

arhimede avatar Sep 05 '24 09:09 arhimede

connectrd to this PR https://github.com/dotkernel/frontend/pull/190/files

arhimede avatar Sep 05 '24 09:09 arhimede

Move the string "dotkernel.com" in config, in local.php $user->setIdentity('anonymous' . date('dmYHis') . '@dotkernel.com');

arhimede avatar Sep 05 '24 09:09 arhimede