{% extends "html/settings/base.html" %} {% block title %}Users{% endblock %} {% block page_id %}user-management-page{% endblock %} {% block settings_main %}
The password for the user {{ reset[0] }} has been reset to {{ reset[1] }}
{% endif %}Users | Password | Suspension |
---|---|---|
{{ user }} | Reset | {% if user.is_suspended() %}Unsuspend{% else %}Suspend{% endif %} |