]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/password-reset/html.pug
Split ffmpeg utils with ffprobe utils
[github/Chocobozzz/PeerTube.git] / server / lib / emails / password-reset / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
4 | Password reset for your account
5
6block content
7 p.
963023ab 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}]
df4c603d
RK
10 (the link will expire within 1 hour)
11 p.
963023ab 12 If you are not the person who initiated this request, please ignore this email.