What happens: The admin user management panel at /admin/users/{id} has "Reset Password" and "Clear Lockout" buttons that operate on the local database only. Since authentication is handled by mobieusID (Zitadel), these actions need to call the Zitadel Management API to actually reset the user's password or clear their lockout status.
Expected: Reset Password sends a password reset notification via Zitadel. Clear Lockout unlocks the user's Zitadel account. Both actions should provide admin feedback on success/failure.
Impact: Admins cannot effectively help users who are locked out or need password resets.
Patrick Bass
@mobieus