]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/verify-email/html.pug
emailer: use instance name instead of hostname
[github/Chocobozzz/PeerTube.git] / server / lib / emails / verify-email / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
4 | Account verification
5
6block content
7 p Welcome to PeerTube!
8 p.
2e4b8ae4 9 You just created an account #[a(href=WEBSERVER.URL) #{instanceName}], your new PeerTube instance.
df4c603d
RK
10 Your username there is: #{username}.
11 p.
2e4b8ae4 12 To start using PeerTube on #[a(href=WEBSERVER.URL) #{instanceName}] you must verify your email first!
df4c603d
RK
13 Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you: #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
14 If you are not the person who initiated this request, please ignore this email.