{% extends "admin/auth/user/change_password.html" %}{% load feature_flags %} {% block content %} {% flag_enabled 'LOCAL_LOGIN' as LOCAL_LOGIN %} {% if LOCAL_LOGIN %} {{ block.super }} {% else %}

To enabled local passwords tou need to enable LOCAL_LOGIN.

{% endif %} {% endblock content %}