https://github.com/jmartsch/anonymizefields
Clears or anonymizes fields with user identifiable data and additionally deletes all files if you select a file field
https://github.com/jmartsch/anonymizefields
dsgvo gdpr processwire processwire-modules
Last synced: 3 months ago
JSON representation
Clears or anonymizes fields with user identifiable data and additionally deletes all files if you select a file field
- Host: GitHub
- URL: https://github.com/jmartsch/anonymizefields
- Owner: jmartsch
- License: cc0-1.0
- Created: 2021-09-23T11:29:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T11:36:48.000Z (over 3 years ago)
- Last Synced: 2025-01-16T16:24:05.387Z (4 months ago)
- Topics: dsgvo, gdpr, processwire, processwire-modules
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anonymize fields in ProcessWire
This module allows you to select fields that get anonymized after a defined period of time.
Anonymization refers to either replacing field values with a configurable fill word, or removing stored data altogether. The time period after which page content gets anonymized can be configured (default is 60 days), and anonymized fields can be selected manually via module config screen.
Behind the scenes LazyCron is used to trigger the anonymization process, which makes the whole process completely automatic.

Screenshot of the Anonymize fields module config screen. Displays configuration fields for fill word, fields, and anonymization period.