← Back to Users
Admin Panel
Logout
👤 {{ handler.get_display_username() }}
Edit User
{% if error %}
{{ escape(error) }}
{% end %}
User ID:
{{ user['id'] }}
Created:
{{ user['created_at'][:19] if user['created_at'] else 'N/A' }}
Last Login:
{{ user['last_login'][:19] if user['last_login'] else 'Never' }}
{% raw xsrf_form_html() %}
Username:
3-50 characters, letters, numbers, underscore, and hyphen only
New Password:
Leave blank to keep current password, minimum 6 characters if changing
Role:
User
Admin
Admin users can manage other users and system settings
Status:
Active
Inactive users cannot log in
Cancel
User Roles Explained
User:
Can access files, upload, download, and use all file management features based on system settings
Admin:
All user permissions plus ability to manage other users, modify system settings, and access admin panel
Status Options
Active:
User can log in and use the system normally
Inactive:
User account exists but login is disabled (useful for temporary suspensions)