{% extends 'base.html' %} {% load static %} {% block title %}Create Staff User -RuralPointADVANCE{% endblock %} {% block content %}

Create Staff User

Create a new staff member with role-based permissions and access control.

Back to Staff List
{% csrf_token %}

Basic Information

Security

Role Permissions

Configure access permissions for this user. Default permissions are shown based on the selected role.

Cancel
{% endblock %} {% block scripts %} {% endblock %}