{% 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 %}Enable all markers Disable all markers Marker Quotas
Name | Online (web) | Online (client) | Last login | Enabled | {% for user in markers %} | |||
---|---|---|---|---|---|---|---|---|
{{ user.username }}
{% if user in lead_markers %}
{% endif %}
change password
|
{% if user in online_now_ids %}
Online | {% else %}Offline | {% endif %} {% if user.auth_token %}Online | {% else %}Offline | {% endif %}{{ user.last_login|naturaltime }} | {% if user in lead_markers %} {% else %} {% endif %} |
|
{% csrf_token %} |
Notes:
lead markerallows them to see more detailed information about progress and tasks
force-logouta user then click disable/enable twice in a row.
Enable all scanners Disable all scanners
Name | Online | Last login | Enabled | {% for user in scanners %} | |
---|---|---|---|---|---|
{{ user.username }}
change password
|
{% if user in online_now_ids %}
Online | {% else %}Offline | {% endif %}{{ user.last_login|naturaltime }} |
|
{% csrf_token %} |
Name | Online | Last login | {% for user in managers %} | |
---|---|---|---|---|
{{ user.username }}
change password |
{% if user in online_now_ids %}
Online | {% else %}Offline | {% endif %}{{ user.last_login|naturaltime }} | {% csrf_token %} |