{% extends "base.html" %} {% comment %} # This file is part of k4ever, a point-of-sale system # Contact............ # Website............ http://k4ever.someserver.de/ # Bug tracker........ http://k4ever.someserver.de/report # # Licensed under GNU Affero General Public License v3 or later {% endcomment %} {% block "content" %}

Passwort


{% if form %} {% if password_success %} {{ password_success }}
{% endif %} {% csrf_token %} {{ form }}
{% else %} Da du dich nicht über Django authentifizierst (sondern z.B. über LDAP) kannst du dein Passwort hier nicht ändern. {% endif %}

Pluginberechtigungen

{% if pluginerror %} {{ pluginerror|safe }} {% endif %} {% if pluginmsg %} {{ pluginmsg|safe }} {% endif %}

{% if permissions %} {% else %} {% endif %} {% for p in permissions %} {% endfor %} {% if unallowed %} {% for plugin in unallowed %} {% endfor %} {% endif %}
Erlaubt Name Author Beschreibung AuthBlob Erlauben/Verbieten
{{ p.plugin.name }}
{{ p.plugin.version }}
{{ p.plugin.author }}
{{ p.plugin.descr }}
{% if p.plugin.userCanWriteAuthblob %}
{% csrf_token %}
{% else %} {% if p.plugin.userCanReadAuthblob %} {{ p.authblob }} {% else %} --- {% endif %} {% endif %}
Plugin verbieten
Verboten{{ plugin.name }}
{{ plugin.version }}
{{ plugin.author }}
{{ plugin.descr }}
  Plugin erlauben

{% endblock %}