{% extends "base/base.html" %} {% load humanize %} {% block title %} User Management {% endblock title %} {% block page_heading %} User Management {% endblock page_heading %} {% block main_content %}
{% include "../base/alert_messages.html" with messages=messages %}| Name | Online (web) | Online (client) | Last login | {% for group_name in plom_user_groups %}{{ group_name|capfirst }} | {% endfor %}enabled | {% for user_dict in user_info_list %} | ||
|---|---|---|---|---|---|---|---|---|
|
{{ user_dict.user.username }}
{% if "admin" in user_dict.groups %}
change password {% else %} change password {% endif %} |
{% if user_dict.user.id in online_now_ids %}
Online | {% else %}Offline | {% endif %} {% if user_dict.signed_in_to_client %}Online | {% else %}Offline | {% endif %}{{ user_dict.user.last_login|naturaltime }} | {% for group_name in plom_user_groups %}
|
{% endfor %}
|
Notes:
force-logouta user then click disable/enable twice in a row.