Sprankelprachtig aan/afmeldsysteem

password_reset_email.text.erb 357B

1234567891011
  1. <%= t 'authentication.emails.greeting', name: @user.person.first_name %>
  2. <%= t 'authentication.emails.forgot.blurb' %>
  3. <%= reset_password_url(token: @token.token) %>
  4. <%= t 'authentication.emails.link_expires', expires: l(@token.expires, format: :long) %>
  5. <%= t 'authentication.emails.forgot.ignore_if_not_you' %>
  6. <%= t 'authentication.emails.ending' %>