{% extends 'email/base.html.twig' %} {% block title %}Reset Your Password - KitsCo{% endblock %} {% block content %}
🔒

Password Reset Request

We received a request to reset the password for your account.

Reset Your Password

Click the button below to create a new password. This link will expire in {{ expiresIn|default('1 hour') }}.

Reset Password
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') }}

Didn't Request This?

If you didn't request a password reset, you can safely ignore this email. Your password will remain unchanged.

Security Tips


If the button doesn't work, copy and paste this link into your browser:

{{ resetUrl }}

{% endblock %}