{# vim: set et ts=8 sts=4 sw=4 ai: #} {% extends "wiki.html" %} {% block extra_nav %} {% endblock %} {% block menu %} Settings {% if has_permission("ADMIN") %} Application Preferences Sidebar Preferences Content and Editing User Management Permissions and Registration Mail Preferences {% endif %} {% endblock %} {% block content %}

Settings

{# #}

Change Name

Please note that changing the Name doesn't not change anything in the edit history.
{# #} {% if auth_supported_features['passwords'] %}

Change Password

{% if current_user.password_hash.startswith("sha256$") %}
{% endif %}
Must be at least 8 characters long.
{% endif %} {# #} {% if config.GIT_WEB_SERVER %}

Git Repository Access

{% if has_permission('READ') %} Your current permissions grant you pull {% if has_permission('UPLOAD') %} and push {%- endif %} access. Use your email address as username and your password as password when asked by your git client. {% endif %}
{% endif %} {# #} {% endblock %}