{% extends "base.html" %} {% block title %}Create User - QR Code Management{% endblock %} {% block content %}

Create New User

Add a new user to the QR management system

Legal name as it should appear in the system
Primary email for notifications and account recovery
Must be unique. Letters, numbers, and underscores only
Staff can manage QR codes; Admin has full system access
Minimum 6 characters. User should change on first login
Back to Users
{% endblock %} {% block extra_scripts %} {% endblock %}