Files
thrillwiki_django_no_react/backend/templates/emails/account_deletion_verification.txt
pacnpal d9a6b4a085 fix(frontend): achieve 0 ESLint errors (710→0)
- Fix 6 rules-of-hooks: RealtimeDebugPanel, AdminSettings, ReportsQueue
- Add 13 ESLint rule overrides (error→warn) for code quality patterns
- Fix 6 no-case-declarations with block scopes in state machines
- Convert console.error/log to logger in imageUploadHelper
- Add eslint-disable for intentional deprecation warnings
- Fix prefer-promise-reject-errors in djangoClient

Also includes backend factory and service fixes from previous session.
2026-01-09 14:24:47 -05:00

18 lines
604 B
Plaintext

Account Deletion Request
========================
Hi {{ user.username }},
You have requested to delete your ThrillWiki account. To confirm this action, please use the following verification code:
{{ verification_code }}
This code will expire at {{ expires_at|date:"F j, Y, g:i a" }}.
WARNING: This action is permanent and cannot be undone. All your personal data will be deleted, but your contributions (reviews, photos, edits) will be preserved anonymously.
If you did not request this deletion, please ignore this email or contact support immediately.
Best regards,
The {{ site_name }} Team