{% 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" %}

Pluginberechtigungen

{% if pluginerror %}

{{ pluginerror|safe }}

{% endif %} {% for p in permissions %} {% endfor %} {% if unallowed %} {% for plugin in unallowed %} {% endfor %} {% endif %}
Authorisiert Name Autor_in 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
{{ plugin.name }}
{{ plugin.version }}
{{ plugin.author }} {{ plugin.descr }} Plugin erlauben

Passwort

{% if form %} {% if password_success %}

Passwort geändert.

{% endif %}
{% csrf_token %} {% include "form.html" with form=form %}
{% else %}

Da du dich nicht direkt über das Kassensystem authentifizierst (sondern z.B. über LDAP) kannst du dein Passwort hier nicht ändern.

{% endif %}
{% endblock %}