Firm Admin controls user invitations, branch mapping, employee linking and role mapping.
| User | Roles | Employee Link | Login Status | Designation | Mobile |
|---|---|---|---|---|---|
{{ user.name }} {{ user.email }} |
{% for role in user.roles %}{{ role }}{% else %}No role{% endfor %} |
{% if user.employee_linked %}
Linked
{{ user.employee_code or ('#' ~ user.employee_id) }}
{% else %}
Not linked
{% endif %}
|
{% if user.is_locked %}Locked{% elif not user.is_active %}Inactive{% elif not user.allow_login %}Login Blocked{% else %}Active{% endif %}{% if user.must_change_password %} Invite/password pending {% endif %} |
{{ user.designation or '-' }} | {{ user.mobile or '-' }} |
| No users found. | |||||