{% extends 'base.html' %} {% block navbar %}{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}
Logo

cmdbsyncer

{% if config['HEADER_HINT'] %} {{ config['HEADER_HINT'] }} {% endif %}

Forgot your password?

Enter the e-mail address of your account and we will send you a link to set a new password.

{{ form.hidden_tag() }}
{{ form.request_email(class="form-control", placeholder="you@example.com", autocomplete="email", autofocus=true) }}
{% for err in form.request_email.errors %}
{{ err }}
{% endfor %}
{{ form.request_submit(class="btn btn-reset") }}
{% for category, message in get_flashed_messages(with_categories=true) %}
{{ message }}
{% endfor %} {% endblock %}