fix: Branding auf AegisSight vereinheitlicht, Select-Bug behoben, SMTP korrigiert

- 3 Options (russische-staatspropaganda, russische-opposition, syrien-nahost)
  in den Select-Tag verschoben (waren außerhalb und nicht auswählbar)
- IntelSight -> AegisSight in E-Mail-Templates und JWT Issuer/Audience
- MAGIC_LINK_BASE_URL: osint.intelsight.de -> monitor.aegis-sight.de
- SMTP Default: noreply@aegis-sight.de

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-03-16 23:29:37 +01:00
Ursprung 1d9de549ec
Commit 3828d7c8bf
4 geänderte Dateien mit 9 neuen und 9 gelöschten Zeilen

Datei anzeigen

@@ -8,8 +8,8 @@ from config import JWT_SECRET, JWT_ALGORITHM, JWT_EXPIRE_HOURS
security = HTTPBearer()
JWT_ISSUER = "intelsight-portal"
JWT_AUDIENCE = "intelsight-portal"
JWT_ISSUER = "aegissight-portal"
JWT_AUDIENCE = "aegissight-portal"
def hash_password(password: str) -> str: