Manage users and roles in the system.
+| ID | +Username | +Status | +Roles | +Created | +Actions | +|
|---|---|---|---|---|---|---|
| {{ user.id }} | +{{ user.username }} | +{{ user.email }} | ++ {% if user.is_active %} + Active + {% else %} + Inactive + {% endif %} + | ++ {% for role in user.get_roles() %} + {{ role }} + {% endfor %} + | +{{ user.created_at.strftime('%m/%d/%Y') }} | ++ + | +
You don't have permission to access this page.
+Please contact your administrator if you believe you should have access.
+Welcome to your personal dashboard, {{ user.username }}!
+| Username: | +{{ user.username }} | +
|---|---|
| Email: | +{{ user.email }} | +
| Account Status: | ++ {% if user.is_active %} + Active + {% else %} + Inactive + {% endif %} + | +
| Member Since: | +{{ user.created_at.strftime('%B %d, %Y') }} | +
| Last Login: | ++ {% if user.last_login %} + {{ user.last_login.strftime('%B %d, %Y at %I:%M %p') }} + {% else %} + Never + {% endif %} + | +
| Roles: | ++ {% for role in user.get_roles() %} + {{ role }} + {% endfor %} + {% if not user.get_roles() %} + No roles assigned + {% endif %} + | +
A comprehensive software development lifecycle management platform with role-based authentication.
+ + {% if not current_user.is_authenticated %} +Secure authentication system with granular role-based permissions.
+Advanced AI capabilities with multiple LLM provider support.
+Comprehensive analytics and monitoring for development workflows.
+