{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags %} {% block title %}Current members{% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}
User | Active | Teams | Role |
---|---|---|---|
{% include "aristotle_mdr/users_management/helper/user_table_display.html" with user=user %} | {{user.is_active}} | {% with count=user|distinct_workgroups_count %}{{count}} team{{ count|pluralize }} | {% endwith %}
|
To ensure users actions are retained for auditing purposes, user accounts are never
deleted from the registry. Instead their active status can be altered to either allow
or prevent them from authenticating against the system.
In this registry the following definitions and restrictions apply