Moritz Weinmann b2a3a23116 Statistik: anonyme Login-Events tracken
Neue Tabelle stat_login_daily (nur Datum, keine User-ID).
Bei jedem erfolgreichen Login wird ein Eintrag geschrieben —
egal ob über Microsoft OAuth, Dev-Bypass oder klassisches Passwort-Login.

CREATE TABLE stat_login_daily (
  id INT AUTO_INCREMENT PRIMARY KEY,
  login_date DATE NOT NULL,
  INDEX idx_login_date (login_date)
);

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 08:52:09 +02:00
2026-02-17 14:56:23 +01:00
2026-06-19 13:17:53 +02:00
2026-02-17 14:56:23 +01:00
2026-06-19 13:14:19 +02:00
2026-02-17 14:56:23 +01:00
2026-02-17 14:56:23 +01:00
2026-02-17 14:56:23 +01:00
Description
No description provided
4.3 MiB
Languages
PHP 90.2%
CSS 4.5%
JavaScript 4.5%
HTML 0.7%