a-pass
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

password_reset.twig
text/plain

Download raw (446 bytes)

{% extends '@templates/base.twig' %}

{% block content %}
    <div class="form-wrapper">
        <h1>Password reset sent</h1>
        <p>We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.</p>
        <p>If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder.</p>
    </div>
{% endblock %}