]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/verify-email/html.pug
Implement signup approval in server
[github/Chocobozzz/PeerTube.git] / server / lib / emails / verify-email / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
e364e31e 4 | Email verification
df4c603d
RK
5
6block content
e364e31e
C
7 if isRegistrationRequest
8 p You just requested an account on #[a(href=WEBSERVER.URL) #{instanceName}].
9 else
10 p You just created an account on #[a(href=WEBSERVER.URL) #{instanceName}].
11
12 if isRegistrationRequest
13 p To complete your registration request you must verify your email first!
14 else
15 p To start using your account you must verify your email first!
16
17 p Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you.
18 p If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
19 p If you are not the person who initiated this request, please ignore this email.