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

User Management

{% for user in user_list %} {% endfor %}
  eMail Name ApprovedAp-
proved
Read Write Upload Admin
{{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.
{% endif %} {# #} {#

Debug

#} {# #}

Application Preferences

{##}
The name of the site, displayed on the top left of the page and in the subject of all emails.
{##}
Configure via an url to the image that is displayed in the navbar on top of every page. This can be an attachment, e.g. logo.png attachted to Home can be used as /Home/a/logo.png
{##}
Configure via an url to the image that is displayed as favicon (tab icon, URL icon, bookmark icon). This can be an attachment, e.g. favicon-32x32.png attachted to Home can be used as /Home/a/favicon-32x32.png
{##}
The default description used in <meta> tags.
{##}

Permissions and Registration Preferences

Note: To configure privileges per user, set Read Access, Write Access and Attachment management to Admin and configure Read, Write, Upload per user via User Management.
{% for permission in ["READ","WRITE","ATTACHMENT"] %}
{% endfor %} {##}
{##}
{##}
{##}
{##}
{##}
With MAXDEPTH=0 only the pages and directories of the same depth will be displayed. With MAXDEPTH=n childes up to depth n will be displayed. Without MAXDEPTH all childes will be displayed.
{##}
{##}
{##}
Enable this to retain upper and lower case of the page name in the filename used for storing the page. Important: If pages are created while this mode is active, they may not be found as soon as the mode is deactivated again. Make sure to rename the pages to all lowercase before deactivation.
{##}
Enable this to allow users with the permission to READ to clone and pull the wiki content via git and users with UPLOAD/Attachment management permissions to push content.
{##}
{# card #}

Mail Preferences

{##}
{#
...
#}
{##}
{#
...
#}
{##}
{#
...
#}
{##}
{#
...
#}
{##}
{#
...
#}
{##}
{##}
{##}

Test Mail Preferences

{##}
{#
...
#}
{##}
{# card #} {% endblock %}