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

User Information

First and last name
Must be unique in the system
Letters, numbers, and underscores only
Determines user permissions and system access level
Minimum 6 characters. User should change on first login
Back to Users
{% endblock %} {% block extra_scripts %} {% endblock %}