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

Reset your account password

{% module xsrf_form_html() %}
Must be at least 12 characters long.
{% else %}

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

{% end %}
{% end %}