2015-09-26 01:45:44 +02:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 23:30:52 +01:00
|
|
|
<html>
|
2015-09-26 01:45:44 +02:00
|
|
|
<head>
|
2023-03-27 18:05:51 +02:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no">
|
2022-06-27 22:58:46 +02:00
|
|
|
<title>{{.locale.Tr "mail.register_notify.title" (.DisplayName|DotEscape) AppName}}</title>
|
2015-09-26 01:45:44 +02:00
|
|
|
</head>
|
|
|
|
|
2021-06-23 14:33:21 +02:00
|
|
|
{{$set_pwd_url := printf "%[1]suser/forgot_password" AppUrl}}
|
2015-09-26 01:45:44 +02:00
|
|
|
<body>
|
2024-03-04 00:05:15 +01:00
|
|
|
<p>{{.locale.Tr "mail.hi_user_x" (.DisplayName|DotEscape) | SanitizeHTML}}</p><br>
|
2022-06-27 22:58:46 +02:00
|
|
|
<p>{{.locale.Tr "mail.register_notify.text_1" AppName}}</p><br>
|
|
|
|
<p>{{.locale.Tr "mail.register_notify.text_2" .Username}}</p><p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p><br>
|
2024-02-25 15:02:20 +01:00
|
|
|
<p>{{.locale.Tr "mail.register_notify.text_3" $set_pwd_url}}</p><br>
|
2021-06-23 14:33:21 +02:00
|
|
|
|
2018-07-04 01:52:36 +02:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2015-09-26 01:45:44 +02:00
|
|
|
</body>
|
|
|
|
</html>
|