1
Privacy-Guard
Jonathan Miller edited this page 2026-06-22 13:47:47 +00:00

Privacy Guard

GDPR-compliant data management tools built into MokoSuite.

Features

  • Data Subject Requests: create, approve, deny
  • User Data Export: portable JSON format
  • User Data Anonymization: right to be forgotten (soft)
  • User Data Deletion: full removal (hard)
  • Consent Logging: per-category consent tracking
  • Retention Policies: configurable data retention periods

Database Tables

Table Purpose
#__mokosuiteclient_data_requests Tracks data subject requests
#__mokosuiteclient_consent_log Records consent granted/withdrawn
#__mokosuiteclient_retention_policies Defines data retention rules

Planned Features

  • Cookie consent banner (#226)
  • Auto-expire inactive accounts (#227)
  • Audit trail for data access (#228)
  • Data processing register (#229)
  • Privacy policy version tracking (#230)
  • Third-party DPA tracking (#231)
  • Cross-extension data wipe hooks (#232)