{# vim: set et ts=8 sts=4 sw=4 ai ft=jinja.html: #} {% extends "settings.html" %} {% block content %}

User Management

{% for user in user_list %} {% endfor %}
  eMail Name ApprovedAp-
proved
Read Write Upload Admin
{% if auth_supported_features['editing'] %} {% endif %} {{user.email}} {{user.name}}
Privileges granted per user add to the general permissions. For example, if in general only users with the Admin flag are allowed to upload attachments, the user@example.org can be allowed to Upload without being flagged as Admin.
{% if auth_supported_features['editing'] %} Add User{% endif %}
{% endblock %}