{% extends "registration/registration_base.html" %} {% block title %}Change password{% endblock %} {% block doccontent %} {% if request.user.is_authenticated %} {% ifequal request.user.password '!' %}
Because you registered using your account on another site (such as Google), you'll need to reset your password before you can change it.
Reset password
{% else %}
{% csrf_token %} {{ form.as_p }}

{% endifequal %} {% else %}
You must be logged in to change your password.
Log in
{% endif %}

Want to change your username instead?

{% endblock %}