mirror of
https://github.com/TrentSPalmer/flask_photo_scaling_app.git
synced 2025-07-04 03:13:15 -07:00
initial commit
This commit is contained in:
11
app/templates/email/reset_password_email_html.html
Normal file
11
app/templates/email/reset_password_email_html.html
Normal file
@ -0,0 +1,11 @@
|
||||
<p>Dear {{ contributor.name }},</p>
|
||||
<p>To reset your password
|
||||
|
||||
<a href="{{ external_url + '/reset-password/' + token }}">click here</a>.
|
||||
|
||||
</p>
|
||||
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
|
||||
<p>{{ external_url + '/reset-password/' + token }}</p>
|
||||
<p>If you have not requested a password reset simply ignore this message.</p>
|
||||
<p>Sincerely,</p>
|
||||
<p>photo_app</p>
|
13
app/templates/email/reset_password_email_text.txt
Normal file
13
app/templates/email/reset_password_email_text.txt
Normal file
@ -0,0 +1,13 @@
|
||||
Dear {{ contributor.name }},
|
||||
|
||||
To reset your password click on the following link:
|
||||
|
||||
|
||||
{{ external_url + '/reset-password/' + token }}
|
||||
|
||||
|
||||
If you have not requested a password reset simply ignore this message.
|
||||
|
||||
Sincerely,
|
||||
|
||||
photo_app
|
Reference in New Issue
Block a user