{% extends 'base.html' %} {% block pagecontent %}
{% raw flash_messages %}
{% if 'logins_allowed' in siteinfo and siteinfo['logins_allowed'] is True %}

Change your account password

{% module xsrf_form_html() %}
Must be at least 12 characters and can't match your old password.
{% else %}

Sorry, the admins of this LCC-Server instance have disabled user sign-ins so password changes are unavailable. You can still anonymously browse and search for all data that are publicly visible.

{% end %}
{% end %}