{% extends "base.html" %} {% block content %}

{{ form.instance.pk|yesno:"Edit User,Create New User" }}

{% csrf_token %}
Back {% if user_acl %}Delete User{% endif %}
Viewer

This level has view-only access. Users can see queue information and the backup list, but they cannot access backup data or any sensitive information.

Backup Operator

In addition to the permissions of the Viewer level, users at this level can view host backups and start instant backups.

Host Manager

Users at this level can configure, add, and remove hosts, and delete backups. They also have all the permissions of the Backup Operator level.

Configuration Manager

In addition to the permissions of the Host Manager level, users at this level can configure backup profiles, SSH keys, and router groups.

Administrator

Users at this level have full administrative rights, including all the permissions of the previous levels.

{% endblock %} {% block custom_page_scripts %} {% endblock %}