Skip to content

user-data-rights-defaults

Registers ready-made EXT_USER_DATA export and delete hooks for the two core entities: user (delete strategy sets email to deleted-<id>@anonymized.invalid, nulls passwordHash, sets status to Deleted; anonymize strategy sets email to anonymized-<id>@anonymized.invalid without touching passwordHash) and fileRef (delete removes both the DB row and the storage binary). Mount this alongside user-data-rights for standard GDPR compliance; omit it only if your app needs custom anonymization logic for these entities.

  • Registers extension: userDatauser, userDatafileRef