Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: 3.2.9, 3.3.6, 3.4.3, 3.5
-
Fix Version/s: None
-
Component/s: Privacy
-
Labels:
-
Affected Branches:MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-62830_master
Description
When deleting a user from user interface (probably for web-service also) not all the personal data is deleted or scrambled. (example lastip, phone, address ...). This is not GDPR compliant.
Steps to reproduce:
1) create a user with personal data like phone, address, url
2) login as that user - lastip will be stored
3) delete the user
4) email and username are scrambled, but the other personal data is still there.
Regards