2015-09-25 19:45:44 -04:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 17:30:52 -05:00
|
|
|
<html>
|
2015-09-25 19:45:44 -04:00
|
|
|
<head>
|
2015-12-07 17:30:52 -05:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2019-04-04 03:52:48 -04:00
|
|
|
<title>{{.DisplayName}}, welcome to {{AppName}}</title>
|
2015-09-25 19:45:44 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2019-04-04 03:52:48 -04:00
|
|
|
<p>Hi <b>{{.DisplayName}}</b>, this is your registration confirmation email for {{AppName}}!</p>
|
2016-07-15 12:36:39 -04:00
|
|
|
<p>You can now login via username: {{.Username}}.</p>
|
|
|
|
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
|
2019-04-18 03:23:59 -04:00
|
|
|
<p>If this account has been created for you, please <a href="{{AppUrl}}user/forgot_password">set your password</a> first.</p>
|
2018-07-03 19:52:36 -04:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2015-09-25 19:45:44 -04:00
|
|
|
</body>
|
|
|
|
</html>
|