{% load i18n %} {% load markup %} {% load custom_tags %} {% trans "WebAdmin - Forgotten password" %}
{% if error %}{% endif %}
{% trans "If you have forgotten your password but know your username, and if you have a current email address in your OMERO registration details this page will be able to send you an email containing your NEW password and informations." %}
  • {% trans "Error:" %} {{ error }}
{% if form %} {% for field in form %} {% endfor %}
{{ field.label_tag }}{% if field.field.required %}*{% endif %}{{ field }}{% if field.errors %}{{ field.errors }}{% endif %}{{ field.help_text|safe }}
{% endif %}

© University of Dundee & Open Microscopy Environment