mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
576 B
11 lines
576 B
<p><%= @resource.first_name.present? ? t('hello_name', name: @resource.first_name) : t('hi_there') %>,</p>
|
|
<p><%= t('you_requested_to_reset_your_password_use_the_link_below_to_continue') %>:</p>
|
|
<p><%= link_to t('change_my_password'), edit_password_url(@resource, reset_password_token: @token) %></p>
|
|
<p><%= t('your_password_wont_change_until_you_open_the_link_above_and_set_a_new_one') %></p>
|
|
<p><%= t('if_you_didnt_request_this_you_can_ignore_this_email') %></p>
|
|
<p>
|
|
<%= t('thanks') %>,<br>
|
|
<%= Docuseal.product_name %>
|
|
</p>
|
|
<% content_for(:remove_attribution, true) %>
|