User Management

Create and manage photobooth operator accounts

{% if message %}
✅ {{ message }}
{% endif %} {% if error %}
⚠️ {{ error }}
{% endif %}
All Users {{ users|length }}
{% if users %} {% for user in users %} {% endfor %}
Email Events Status Created
{{ user.email }} {{ user.event_count }} {{ '● Active' if user.is_active else '○ Inactive' }} {{ user.created_at.strftime('%b %d, %Y') if user.created_at else '—' }}
{% else %}
No users yet. Create one using the form →
{% endif %}
Create New User