{% extends "maasserver/base.html" %} {% block nav-active-settings %}active{% endblock %} {% block title %}Settings{% endblock %} {% block page-title %}Settings{% endblock %} {% block ng-app %}data-ng-app="MAAS"{% endblock %} {% block head %} {% endblock %} {% block page-header-classes %}u-no-padding--bottom{% endblock %} {% block page-navigation %} {% endblock %} {% block content %}

Users

{% if external_auth_enabled %}

MAAS is configured with external authentication. Make sure that usernames of created users match the ones on your external authentication source.

{% endif %} {% for user_item in user_list %} {% endfor %}
Username Number of nodes in use Type Last seen MAAS Admin Actions
{{ user_item.username }} {{ user_item.node_set.count }} {% if user_item.userprofile.is_local %} Local {% else %} External {% endif %} {{ user_item.last_login }} {% if user_item.is_superuser %} Yes {% endif %} Edit {% if user != user_item %} Delete
{% csrf_token %}
{% endif %}
Add user
{% endblock %}