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

block title
  | Account verification

block content
  p Welcome to PeerTube!
  p.
    You just created an account #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}], your new PeerTube instance. 
    Your username there is: #{username}.
  p.
    To start using PeerTube on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] you must verify your email first! 
    Please follow #[a(href=verifyEmailUrl) this link] to verify this email belongs to you: #[a(href=verifyEmailUrl) #{verifyEmailUrl}] 
    If you are not the person who initiated this request, please ignore this email.