Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43175, comment 17


Ignore:
Timestamp:
05/19/2018 03:45:23 AM (8 years ago)
Author:
summoner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43175, comment 17

    initial v1  
    66
    77
    8 However the data controller must also assure proper level of security of processing (Article 32 (1) a) and as storing hashkeys separated from the hashed data might be too complicated, maybe deleting personal data is more preferable in most cases. I mean if there are no obligations to keep billing data  for X years in case of online shops for example.
     8On the other hand the data controller must also assure proper level of security of processing (Article 32 (1) a) and as storing hashkeys separated from the hashed data might be too complicated, maybe deleting personal data is more preferable in most cases. I mean if there are no obligations to keep billing data  for X years in case of online shops for example.
    99
    10 On the other hand if data deletion will be preferred, then someone who has been banned by an admin before just can request the deletion of their data, and re-register themselves with the same email address as before the ban. Just because in that case not even a hashed version of the actual email address will be kept and so there is no means compare that in case of such a re-registration. This will challange some admins for sure...
     10
     11However if data deletion will be preferred, then someone who has been banned by an admin before just can request the deletion of their data, and re-register themselves with the same email address as before the ban. Just because in that case not even a hashed version of the actual email address will be kept and so there is no means compare that in case of such a re-registration. Later will challange some admins for sure...