1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 15:26:56 +02:00
SynthoriaArchive/nyaa/templates/email/reset.html

11 lines
274 B
HTML
Raw Normal View History

<html>
<head>
<title>Your {{ config.GLOBAL_SITE_NAME }} password has been reset</title>
</head>
<body>
<div>
{{ user.username }}, your password on {{ config.GLOBAL_SITE_NAME }} has just been successfully reset from a password-reset link.
</div>
</body>
</html>