]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/password-create/html.pug
Add test on AP hooks
[github/Chocobozzz/PeerTube.git] / server / lib / emails / password-create / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
4 | Password creation for your account
5
6block content
7 p.
40c52969 8 Welcome to #[a(href=WEBSERVER.URL) #{instanceName}]. Your username is: #{username}.
df4c603d
RK
9 Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}]
10 (this link will expire within seven days).