iachat/app/views/devise/mailer/unlock_instructions.html.erb
2026-04-03 13:49:06 -03:00

8 lines
275 B
Plaintext

<p>Hello <%= @resource.name %>!</p>
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
<p>Click the link below to unlock your account:</p>
<p><%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @token) %></p>