]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/password-create/html.pug
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / server / lib / emails / password-create / html.pug
1 extends ../common/greetings
2
3 block title
4 | Password creation for your account
5
6 block content
7 p.
8 Welcome to #[a(href=WEBSERVER.URL) #{instanceName}]. 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).