First Commit
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
<div style="margin-bottom: 20px">
|
||||
<h1>Password Reset From {{ip}}</h1>
|
||||
<h2 style="margin-top: 0; margin-bottom: 20px">
|
||||
Please Use The link below to reset your password
|
||||
</h2>
|
||||
<p>NOTE: this link expires after 1 hour.</p>
|
||||
<a
|
||||
href="{{host}}/reset-password?token={{token}}"
|
||||
style="
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
background-color: #9049ca;
|
||||
color: #ffffff;
|
||||
border-radius: 5px;
|
||||
text-decoration: none;
|
||||
"
|
||||
>Reset Password</a
|
||||
>
|
||||
</div>
|
||||
Reference in New Issue
Block a user