]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/password-create/html.pug
Fix regression scrollbar bgcolor mdtextarea maximized-mode
[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) #{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).