]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
4 | Account verification
5
6block content
40c52969 7 p Welcome to #{instanceName}!
df4c603d 8 p.
40c52969 9 You just created an account at #[a(href=WEBSERVER.URL) #{instanceName}].
df4c603d
RK
10 Your username there is: #{username}.
11 p.
40c52969 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.