{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth{% endblock %} {% block page_title %}Service Password Change{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

Set {{service}} Password

{% if error %}
{% endif %}

Passwords are stored as plain text. Don't re-use another password.

{% endblock content %}