{% extends "zerver/portico_signup.html" %} {% block title %} {{ _("Password reset email sent") }} | Zulip {% endblock %} {% block portico_content %}

{{ _("Password reset sent!") }}

{{ _('Check your email in a few minutes to finish the process.') }}

{% include 'zerver/dev_env_email_access_details.html' %} {% include 'zerver/include/back_to_login_component.html' %}
{% endblock %}