Refactor: Email statt Username als Anzeige-Identifier
- Header zeigt volle Email statt Username - Lagen-Karten/Sidebar zeigen Email-Prefix (vor dem @) als Ersteller - Feedback-Emails nutzen Email-Prefix statt Username - Login/Notification-Emails nutzen Email-Prefix als Anrede - DB-Queries holen email statt username für Ersteller-Anzeige Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@@ -294,7 +294,7 @@ async def _send_email_notifications_for_incident(
|
||||
continue
|
||||
|
||||
subject, html = incident_notification_email(
|
||||
username=prefs["username"],
|
||||
username=prefs["email"].split("@")[0],
|
||||
incident_title=incident_title,
|
||||
notifications=filtered_notifications,
|
||||
dashboard_url=dashboard_url,
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren