aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/verify-email/html.pug
blob: 19ef65f757435e7248259b0fb3b46dad617cf84d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
extends ../common/greetings

block title
  | Email verification

block content
  if isRegistrationRequest
    p You just requested an account on #[a(href=WEBSERVER.URL) #{instanceName}].
  else
    p You just created an account on #[a(href=WEBSERVER.URL) #{instanceName}].

  if isRegistrationRequest
    p To complete your registration request you must verify your email first!
  else
    p To start using your account you must verify your email first!

  p Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you.
  p If you can't see the verification link above you can use the following link #[a(href=verifyEmailUrl) #{verifyEmailUrl}]
  p If you are not the person who initiated this request, please ignore this email.