{% extends "admin/change_list.html" %} {% load i18n %} {% block content %}
{% blocktrans %}The roles (staff, superuser, active) is explained below the list of users.{% endblocktrans %} {% blocktrans %}You can search for username, email and full name.{% endblocktrans %}
{{ block.super }}{% trans "staff" %} | {% trans "A user with access to this admin panel." %} |
---|---|
{% trans "superuser" %} |
{% blocktrans %}A user permission to view and delete EVERYTHING. The superuser can edit most of the data in Devilry, however some data is only editable by students and examiners.{% endblocktrans %} {% blocktrans %}Superusers can delete things that normaladmins can not delete, such as assignments with deliveries. Only HIGLY TRUSTED individuals should have this role.{% endblocktrans %} |
{% trans "active" %} | {% trans "An inactive user can not log in. It is usually better to deactivate users than to delete them, since deleting users delete any data related to that user, which may also delete data useful for other users, or for historic purposes." %} |