{% extends 'base.html' %} {% block title %}New User — Settings{% endblock %} {% block content %}

Settings

Create New User

← Back

Select the access level for each application. "Admin" grants full management rights inside that app regardless of the portal role above.

{% for app in registered_apps %}
{{ app.icon }} {{ app.name }}

{{ app.description }}

{% endfor %}
Cancel
{% endblock %}