mgt c10 checkpoint with debug
This commit is contained in:
10
backend/app/templates/email/reset_password.html
Normal file
10
backend/app/templates/email/reset_password.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<p>User {{ user.username }} requested password reset.</p>
|
||||
<p>Reset link:</p>
|
||||
<p><a href="{{ hostname }}{{ url_for('reset_password', token=token) }}">click here</a>
|
||||
<p>If you did not request this, ignore this message.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
7
backend/app/templates/email/reset_password.txt
Normal file
7
backend/app/templates/email/reset_password.txt
Normal file
@ -0,0 +1,7 @@
|
||||
User {{ user.username }} requested password reset.
|
||||
|
||||
Reset link follows.
|
||||
|
||||
{{ hostname }}{{ url_for('reset_password', token=token) }}
|
||||
|
||||
If you did not request this, ignore this message.
|
Reference in New Issue
Block a user