mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00

* Password reset by email Adds endpoint, templates, email templates, forms * Timeout password reset request in six hours
10 lines
274 B
HTML
10 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>
|