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

block title
  | Account verification

block content
  p Welcome to #{instanceName}!
  p.
    You just created an account at #[a(href=WEBSERVER.URL) #{instanceName}].
    Your username there is: #{username}.
  p.
    To start using your account you must verify your email first!
    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.