2015-09-17 07:54:12 +02:00
|
|
|
<!DOCTYPE html>
|
2015-12-07 23:30:52 +01:00
|
|
|
<html>
|
2015-09-17 07:54:12 +02:00
|
|
|
<head>
|
2015-12-07 23:30:52 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2019-04-04 09:52:48 +02:00
|
|
|
<title>{{.DisplayName}}, please activate your account</title>
|
2015-09-17 07:54:12 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2019-04-04 09:52:48 +02:00
|
|
|
<p>Hi <b>{{.DisplayName}}</b>, thanks for registering at {{AppName}}!</p>
|
2017-10-29 22:57:05 +01:00
|
|
|
<p>Please click the following link to activate your account within <b>{{.ActiveCodeLives}}</b>:</p>
|
2016-07-15 18:36:39 +02:00
|
|
|
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
|
2015-12-07 23:30:52 +01:00
|
|
|
<p>Not working? Try copying and pasting it to your browser.</p>
|
2018-07-04 01:52:36 +02:00
|
|
|
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
|
2015-09-17 07:54:12 +02:00
|
|
|
</body>
|
|
|
|
</html>
|