{% extends "layouts/auth.twig" %} {% block title %}Reset Password{% endblock %} {% block content %}
{% include 'partials/flash.twig' %}
{{ csrf.field | raw }}

Reset Password

You're just a step away from resetting your password. Please enter your new password below. Make sure it's strong and unique to keep your account secure.

{% if errors.password %} {{ errors.password | first }} {% endif %}
Forget it, send me back to the sign in screen.
{% endblock %}