{% extends config['STORMPATH_BASE_TEMPLATE'] %} {% block title %}Password Reset Email Sent{% endblock %} {% block description %}Your password reset email has been sent!{% endblock %} {% block bodytag %}login{% endblock %} {% block body %}
We have sent a password reset email to your email address: {{ user.email }}.
Please check your inbox to continue.