14 lines
No EOL
503 B
Text
14 lines
No EOL
503 B
Text
@model Foxnouns.Backend.Mailables.ResetPasswordMailableView
|
|
|
|
<p>
|
|
Somebody (hopefully you!) has requested a password reset.
|
|
You can use the following link to do this:
|
|
<br />
|
|
<a href="@Model.BaseUrl/auth/forgot-password/@Model.Code">@Model.BaseUrl/auth/forgot-password/@Model.Code</a>
|
|
<br />
|
|
Note that this link will expire in one hour.
|
|
</p>
|
|
<p>
|
|
If you weren't expecting this email, you don't have to do anything.
|
|
Your password can't be changed without the above link.
|
|
</p> |