otwarchive-symphonyarchive/app/views/users/mailer/reset_password_instructions.text.erb
2026-03-11 22:22:11 +00:00

12 lines
254 B
Text

<% content_for :message do %>
<%= t("mailer.general.greeting.formal.addressed_html", name: @resource.login) %>
<%= t(".intro") %>
<%= edit_user_password_url(reset_password_token: @token) %>
<%= t(".expiration") %>
<%= t(".unrequested") %>
<% end %>