{% extends "base.html" %} {% load i18n %} {% block head %}{% endblock %} {% block title %}{% spaceless %}{% trans "Request temporary login key" %}{% endspaceless %}{% endblock %} {% block content %}
{% trans "Account: request temporary login key" %}

{% blocktrans %} If you're experiencing problems accessing your account, or if you forgot your password, here you can request a temporary login key. Fill out your account email and we'll send you a temporary access link that will enable you to access your account. This token is valid only once and for a limited period of time. {% endblocktrans %}

{% if form.errors %} {% endif %}
{% endblock %}