aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/password-create/html.pug
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/password-create/html.pug')
-rw-r--r--server/lib/emails/password-create/html.pug10
1 files changed, 10 insertions, 0 deletions
diff --git a/server/lib/emails/password-create/html.pug b/server/lib/emails/password-create/html.pug
new file mode 100644
index 000000000..45ff3078a
--- /dev/null
+++ b/server/lib/emails/password-create/html.pug
@@ -0,0 +1,10 @@
1extends ../common/greetings
2
3block title
4 | Password creation for your account
5
6block content
7 p.
8 Welcome to #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your PeerTube instance. Your username is: #{username}.
9 Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}]
10 (this link will expire within seven days). \ No newline at end of file