11 lines
402 B
HTML
11 lines
402 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<img src="{{.Hostname}}/assets/img/menu-logo.png">
|
|
<br>A password reset request has been made for your account.
|
|
<br>If you initiated this request, go here: <a href="{{.Hostname}}/reset?token={{.Token}}">{{.Hostname}}/reset?token={{.Token}}</a>
|
|
<br>Otherwise, you can probably ignore this email, as these kinds of requests can be sent by anyone.
|
|
</body>
|
|
</html>
|
|
|