{% extends 'default/base.html' %}
{% block title %}{{ _("Administrate User") }} - {{ super() }} {% endblock %}
{% block subtitle %}{{ _("Administrate User") }}{% endblock %}
{% block content %}
{{ _("Note: You can only change permissions for webinterface.") }} {{ _("To add user or change passwords use:") }} python pyLoadCore.py -u
{{ _("Important: Admin user have always all permissions! Only Admin user can use other clients like CLI and GUI.") }}