about summary refs log tree commit diff
path: root/app/views/user_mailer/reset_password_instructions.pl.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user_mailer/reset_password_instructions.pl.text.erb')
-rw-r--r--app/views/user_mailer/reset_password_instructions.pl.text.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/user_mailer/reset_password_instructions.pl.text.erb b/app/views/user_mailer/reset_password_instructions.pl.text.erb
new file mode 100644
index 000000000..78d1cab0b
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.pl.text.erb
@@ -0,0 +1,8 @@
+Witaj, <%= @resource.email %>!
+
+Ktoś próbował zmienić Twoje hasło na Mastodonie. Możesz zrobić to klikając w poniższy link.
+
+<%= edit_password_url(@resource, reset_password_token: @token) %>
+
+Jeżeli to nie Ty, zignoruj ten e-mail.
+Twoje hasło nie zostanie zmienione, dopóki nie użyjesz linku z podobnej wiadomości.