{% extends "base.html" %} {% block css %} {% endblock %} {% block header %}{% endblock %} {% block sidebar %}{% endblock %} {% block content %}

Login

{{ form.csrf_token }}
{{ form.username.label(class="control-label col-md-3") }}
{{ form.username(class="form-control") }} {% for error in form.username.errors %}

{{ error }}

{% endfor %}
{{ form.password.label(class="control-label col-md-3") }}
{{ form.password(class="form-control") }} {% for error in form.password.errors %}

{{ error }}

{% endfor %}
Cluster Manager is licensed under the GLUU-SUPPORT license, and requires an active Gluu support subscription for use in production. By signing in you agree to the terms of the license.
{% endblock %} {% block js %} {% endblock %}