]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/verify-email/html.pug
Export encoders options in a dedicated struct
[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.
9 You just created an account #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your new PeerTube instance.
10 Your username there is: #{username}.
11 p.
12 To start using PeerTube on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] you must verify your email first!
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.