{% extends 'layout/base.twig' %} {% set title = 'Create User' %} {% set pageTitle = 'Create User' %} {% set pageDescription = 'Add a new user to the system' %} {% set pageIcon = 'fas fa-user-plus' %} {% block content %}

User Information

{{ csrf_field() }}

The user's display name

Letters, numbers, and underscores only

Used for login and notifications

Admins have full system access

Password

Minimum 8 characters

Re-enter the password to confirm

Cancel

What happens next?

  • Admin-created users are automatically verified and can log in immediately
  • Users can manage their own domains and notification groups
  • Admin users have access to system settings and user management
{% endblock %}