]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/verify-email/html.pug
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / server / lib / emails / verify-email / html.pug
1 extends ../common/greetings
2
3 block title
4 | Account verification
5
6 block content
7 p Welcome to #{instanceName}!
8 p.
9 You just created an account at #[a(href=WEBSERVER.URL) #{instanceName}].
10 Your username there is: #{username}.
11 p.
12 To start using your account you must verify your email first!
13 Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you.
14 p.
15 If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
16 p.
17 If you are not the person who initiated this request, please ignore this email.