Sha256: d5c89647f45e4d292d94364b6845698f20b957cc98c5e4edaf8f49a4b245f5a7
Contents?: true
Size: 661 Bytes
Versions: 16
Compression:
Stored size: 661 Bytes
Contents
<h1><%= @user.email %></h1> <p>Someone requested that the password of your <%= @application_name %> account be reset.</p> <div class="text-center"> <%= link_to('Reset my password', ecm_user_area.edit_user_password_reset_url(host: @host, token: @user.perishable_token), class: 'btn btn-primary') %> </div> <p>Copyable link: <%= link_to ecm_user_area.edit_user_password_reset_url(host: @host, token: @user.perishable_token), ecm_user_area.edit_user_password_reset_url(host: @host, token: @user.perishable_token) %></p> <p>If you didn't request this, you can ignore this email or let us know. Your password won't change until you create a new password.</p>
Version data entries
16 entries across 16 versions & 1 rubygems