diff --git a/src/static/mail_templates/pw-reset.html b/src/static/mail_templates/pw-reset.html
index 948e9cc..7f672b8 100644
--- a/src/static/mail_templates/pw-reset.html
+++ b/src/static/mail_templates/pw-reset.html
@@ -285,7 +285,7 @@
- LfK! - Passwort zurücksetzen
+ LfK! - Password reset
@@ -347,9 +347,9 @@
- Imprint
- Privacy
+ Privacy
|
diff --git a/src/static/mail_templates/pw-reset.txt b/src/static/mail_templates/pw-reset.txt
new file mode 100644
index 0000000..68366b7
--- /dev/null
+++ b/src/static/mail_templates/pw-reset.txt
@@ -0,0 +1,12 @@
+LfK! - Password reset.
+
+A password reset for your account got requested
+If you didn't request the reset please ignore this mail
+Your password won't be changed until you click the reset link below and set a new one.
+
+Reset: {{reset_link}}
+
+
+Copyright © {{copyright_owner}}. All rights reserved.
+Imprint: {{link_imprint}} | Privacy: {{link_privacy}}
+This mail was sent to {{recipient_mail}} because someone request a password reset for a account linked to the mail address.
\ No newline at end of file