Admin / Users
User management
List accounts, create users, adjust roles, change active status, and issue temporary passwords.
API route
/api/admin/users Session Checking account...
Sign in required
Admin pages load only after the backend confirms your session.
Sign inAdmin access required
Your current account is authenticated, but the backend did not identify it as an admin user.
Back to dashboardAdmin API unavailable
The admin backend endpoint could not be reached. No admin data is being faked on this page.
No password hashes
User operations are enforced by FastAPI.
Password hashes are never exposed. Temporary passwords are accepted only as form submissions and mark the account for password change.