mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
11 lines
274 B
HTML
11 lines
274 B
HTML
![]() |
<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>
|