diff --git a/sourcing/templates/mail/password_reset.txt b/sourcing/templates/mail/password_reset.txt new file mode 100644 index 0000000..28a20e3 --- /dev/null +++ b/sourcing/templates/mail/password_reset.txt @@ -0,0 +1,11 @@ +You're receiving this email because you requested a password reset for your user account at {{ site_name }}. + +Please go to the following page and choose a new password: + +{{ reset_link }} + +Your username, in case you've forgotten: {{ user.username }} + +Thanks for using our site, + +The Xanadu team.