21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-02 00:40:49 +02:00
chexpire/app/views/devise/mailer/reset_password_instructions.text.erb
2018-08-02 00:29:53 +02:00

11 lines
385 B
Plaintext

<% # Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Jeremy Lecour <jlecour@evolix.fr>, 2018 Evolix <info@evolix.fr> %>
<% # License: GNU AGPL-3+ (see full text in LICENSE file) %>
<%= t('.greeting', recipient: @resource.email) %>
<%= t('.instruction') %>
<%= edit_password_url(@resource, reset_password_token: @token) %>
<%= t('.instruction_2') %>
<%= t('.instruction_3') %>