{% extends "cosinnus/base.html" %} {% load i18n cosinnus_tags widget_tweaks %} {% block page_title %}{% trans 'Password change' %}{% endblock %} {% block leftnav %} {% include "cosinnus/user/leftnav.html" with view="change_password" %} {% endblock leftnav %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Your Profile" %}
  • {% trans "Change password" %}
  • {% endblock %} {% block content %}

    {% trans "Password cannot be changed!" %}

    {% trans "Sorry, but your account is associated with an integrated Portal! This means that neither your email, nor your password cannot be changed." %}

    {% trans "Please contact an administrator if this is an issue for you." %}

    {% endblock %}