aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/password-create/html.pug
blob: 2061435fc0d08fe157a95e22ff697601edcf328c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
extends ../common/greetings

block title
  | Password creation for your account

block content
  p.
    Welcome to #[a(href=WEBSERVER.URL) #{instanceName}], your PeerTube instance. Your username is: #{username}.
    Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}] 
    (this link will expire within seven days).