{% extends "layouts/dashboard.html" %} {% block title %}New role — IILMP{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

New role

Create a custom role group. After saving, you'll set its permissions.

Back to roles
{% include "components/rims_page_intro.html" with eyebrow="New role" heading="Create a role group, then assign its permissions." description="A custom role is a Django auth group. The system's standard roles (admin, scholar, alumni, etc.) are seeded automatically. Custom roles aren't selectable in a user's role field — assign them via Django admin or the user's group memberships." %}
{% csrf_token %} {% if error %} {% endif %}

Use a short, lower-case name without spaces (e.g. finance_reviewer). The name shows up in the role permissions table and on user records.

Up to 150 characters. Must be unique.

Cancel
{% endblock %}