{% extends 'email/base.html.twig' %} {% block title %}Reset Your Password - KitsCo{% endblock %} {% block content %}
We received a request to reset the password for your account.
Click the button below to create a new password. This link will expire in {{ expiresIn|default('1 hour') }}.
| Account Email | {{ user.email }} |
| Request Time | {{ 'now'|date('F d, Y \\a\\t g:i A') }} |
| Link Expires | {{ expiresAt|default('now'|date_modify('+1 hour'))|date('F d, Y \\a\\t g:i A') }} |
If you didn't request a password reset, you can safely ignore this email. Your password will remain unchanged.
If the button doesn't work, copy and paste this link into your browser:
{% endblock %}