api/templates/mail/password-changed.html.tmpl

9 lines
300 B
Cheetah
Raw Permalink Normal View History

2018-10-27 09:33:28 +00:00
{{template "mail-header.tmpl" .}}
<p>
Hi {{.User.Username}},<br/>
<br/>
Your account password was successfully changed.
<br/>
If this wasn't you, it could mean someone compromised your account. In this case contact your server's administrator.
</p>
{{template "mail-footer.tmpl"}}