|
|
|
|
|
by dylan604
1505 days ago
|
|
That's the fun of thought experiments, the rabbit hole just keeps going. If your original delete request was followed so that everything they knew about you was deleted, they would not be able to relink everything that GUID linked to. It should be gone now. However, if that hashed value lives in a BANNED_ACCOUNTS table, then all they have to do is create the hash, check the table, disallow new account. You can even do it in good faith by not storing any of the new info rather than storing it and forcing a new delete request. |
|