]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/password-reset/html.pug
Correctly cleanup files from object storage
[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.
2e4b8ae4 8 A reset password procedure for your account #{username} has been requested on #[a(href=WEBSERVER.URL) #{instanceName}].
963023ab 9 Please follow #[a(href=resetPasswordUrl) this link] to reset it: #[a(href=resetPasswordUrl) #{resetPasswordUrl}]
40c52969 10 (the link will expire within 1 hour).
df4c603d 11 p.
963023ab 12 If you are not the person who initiated this request, please ignore this email.