{% extends "account/base_manage.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

{% trans "You cannot change your password from this application because your account is linked to a third-party authentication provider." %}

{% trans "Please visit the provider's website to manage your password." %}

{% trans "This web page can be closed." %}

{% endblock %}