sop.epic/views/auth/reset_email.html
2023-07-01 23:30:36 -06:00

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>