{% extends "base.html" %} {% set active_page = 'admin_users' %} {% block title %}User Management - Ursa Customer Portal{% endblock %} {% block content %}
Admin-only: create users (customers) and view existing users
{{ success }}
This sets a Cognito password. If "Force password change" is checked, the user must change it on next login.
| Customer Name | Customer ID | Admin | Actions | |
|---|---|---|---|---|
| {{ c.email | default('') }} | {{ c.customer_name | default('') }} | {{ c.customer_id | default('') }} |
{{ 'Yes' if c.is_admin else 'No' }} | {% if c.email %} {% endif %} |
No users found.
{% endif %}