Thomas Klein
Thomas Klein
@magento run all tests
@magento run all tests
@magento run all tests
@magento run all tests
I'll squash the commits tomorrow, right now I'm on my phone 😅
@magento run all tests
Related issue: https://github.com/magento/magento2/issues/36811
Hello, yes it seems it's related to customer validation that is not disabled in this case. $customer->set data('ignore_validation_flag') seems to be missing. Btw the module is going to be reworked...
There's a config to remove automatically users after being idle for a certain amount of time. You can check their last updated date and see if it match.
If you have enabled erasure, yes. See https://github.com/opengento/magento2-gdpr/blob/5618a8c86efb22ac99b4c8fd66a7b54b36f0e075/etc/config.xml#L126 Value is in days GDPR requires data to be erased when user is idle.