hagrid-keyserver--hagrid/dist/templates/email/publish-html.hbs

33 lines
796 B
Handlebars
Raw Normal View History

2019-02-12 13:11:03 +00:00
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Please verify your email address</title>
</head>
<body>
<p>
Someone, presumably you, has uploaded a key
to <a href="{{base_uri}}">{{domain}}</a>. The key has the
following fingerprint:
</p>
<p>
<pre>{{primary_fp}}</pre>
</p>
<p>
If it was not you, or this is not your key, please ignore this
email.
</p>
<p>
To make your key available when searching for "{{userid}}" on
<a href="{{base_uri}}">{{domain}}</a>, follow this link:
</p>
<p>
<a href="{{uri}}">{{uri}}</a>
</p>
<p>
If you don't want to make the key available when searching for
"{{userid}}", please ignore this email.
</p>
2019-02-12 13:11:03 +00:00
</body>
</html>