Admins can change passwords. Request user confirmation to open gate

This commit is contained in:
Ettore
2026-05-06 11:22:43 +02:00
parent 2b598279d0
commit da97027606
7 changed files with 127 additions and 9 deletions

View File

@@ -107,6 +107,10 @@ class AdminUserCreate(BaseModel):
role: str = "admin" # 'admin' | 'manager'
class AdminPasswordChange(BaseModel):
new_password: str
# ── Statistics ────────────────────────────────────────────────────────────────
class AccessLogResponse(BaseModel):