foodsoft/app/views/mailer/reset_password.text.haml

19 lines
853 B
Plaintext
Raw Normal View History

Hallo #{@user.nick},
\
2009-01-06 11:49:19 +01:00
du (oder jemand anderes) hat auf der FoodSoft-Website ein neues Passwort angefordert.
Um ein neues Passwort einzugeben, gehe zu: #{raw @link}
Dieser Link kann nur einmal aufgerufen werden und läuft am #{I18n.l @user.reset_password_expires} ab.
2009-01-06 11:49:19 +01:00
Wenn du das Passwort nicht ändern möchtest oder diese Email nicht ausgelöst hast, brauchst du nichts zu tun. Dein bisheriges Passwort wurde nicht geändert.
\
2009-01-06 11:49:19 +01:00
Grüße sendet die Foodsoft! :)
\
===========
\
Hi #{@user.nick},
2009-01-06 11:49:19 +01:00
you have (or someone else has) requested a new password.
In order to choose a new password follow this link: #{raw @link}
This link works only once and expires on #{I18n.l @user.reset_password_expires, locale: :en}.
2009-01-06 11:49:19 +01:00
If you don't want to change your password, just ignore this message. Your password hasn't been changed yet.
\
2009-01-06 11:49:19 +01:00
Greetings, your FoodSoft Team!