{% extends 'tom_common/base.html' %} {% block content %} {% block title %}

Confirm password change

{% endblock %}
{% csrf_token %}

Are you sure you want to change the password for user: {{ object.username }}?

This will also clear out all of their saved external service API keys and passwords (if any).

Cancel
{% endblock %}