]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/password-reset/html.pug
Merge branch 'release/2.3.0' into develop
[github/Chocobozzz/PeerTube.git] / server / lib / emails / password-reset / html.pug
1 extends ../common/greetings
2
3 block title
4 | Password reset for your account
5
6 block content
7 p.
8 A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}].
9 Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}]
10 (the link will expire within 1 hour)
11 p.
12 If you are not the person who initiated this request, please ignore this email.