aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/verify-email/html.pug
blob: e6d805a163e1521a813c892fd9361e364bf30146 (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) #{instanceName}], your new PeerTube instance. 
    Your username there is: #{username}.
  p.
    To start using PeerTube on #[a(href=WEBSERVER.URL) #{instanceName}] 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.