{% extends '/tml/base.html' %} {% block head %} {% endblock %} {% block title %}{{ _("Administrate") }} - {{ super() }} {% endblock %} {% block subtitle %}{{ _("Administrate") }}{% endblock %} {% block content %}
{{_("Quit pyLoad")}} {{_("Restart pyLoad")}}


{{ _("To add user or change passwords use:") }} python pyLoadCore.py -u
{{ _("Important: Admin user have always all permissions!") }}

{% for name, data in users.iteritems() %} {% endfor %}
{{ _("Name") }} {{ _("Change Password") }} {{ _("Admin") }} {{ _("Permissions") }}
{{ name }} {{ _("change") }}
{% endblock %} {% block hidden %}

{{ _("Change Password") }}

{{ _("Enter your current and desired Password.") }}

{{ _("Your username.") }}

{{ _("The password for this account.") }}

{{ _("The new password.") }}

{{ _("Please repeat the new password.") }}

{% endblock %}