PeerTube/server/core/assets/email-templates/password-create/html.pug
2024-03-20 09:15:07 +01:00

10 lines
367 B
Plaintext

extends ../common/greetings
block title
| Password creation for your account
block content
p.
Welcome to #[a(href=WEBSERVER.URL) #{instanceName}]. 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).