{% extends "admin_base.html" %} {% block title %}Add Tenant User{% endblock %} {% block page_title %}Add User to Tenant{% endblock %} {% block page_description %}Assign a user to a tenant organization{% endblock %} {% block content %}
Add User to Tenant
{% csrf_token %}
User Information
User will be created if email doesn't exist
User's role within the tenant organization
Leave blank to generate a random password
Role Descriptions
Owner

Full access to all tenant features and settings

Admin

Administrative access with some restrictions

Manager

Management access to specific modules

Staff

Basic access for day-to-day operations

Quick Tips
  • If user doesn't exist, they will be created automatically
  • A temporary password will be generated for new users
  • Users can be assigned to multiple tenants with different roles
{% endblock %} {% block extra_js %} {% endblock %}