sop.epic/views/auth/reset_email.html

11 lines
402 B
HTML
Raw Permalink Normal View History

2023-07-02 05:30:36 +00:00
<!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>