Passwort-zurücksetzen, Passwort-ändern, Account-löschen!

This commit is contained in:
ben8
2025-04-24 12:41:36 +02:00
parent a7c42ecf13
commit 2ca623bf33
14 changed files with 269 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' #TODO: NUR FÜR ENTWICKLUNG
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/5.1/howto/deployment/checklist/