mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 00:32:53 +00:00
19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
TurboVault - Password Reset Request
|
|
=====================================
|
|
|
|
Hi <%= @user.username %>,
|
|
|
|
We received a request to reset your password.
|
|
|
|
To reset your password, click the link below:
|
|
<%= @reset_url %>
|
|
|
|
This link will expire in 2 hours for security reasons.
|
|
|
|
If you didn't request a password reset, you can safely ignore this email.
|
|
Your password will remain unchanged.
|
|
|
|
---
|
|
This email was sent to <%= @user.email %>
|
|
© <%= Time.current.year %> TurboVault - Your Game Collection Manager
|