1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/app/views/devise/mailer/unlock_instructions.html.erb

8 lines
276 B
Text
Raw Normal View History

<p>Hello <%= @resource.email %>!</p>
2009-12-30 12:19:33 -05:00
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
2009-12-30 12:19:33 -05:00
<p>Click the link below to unlock your account:</p>
2009-12-30 12:19:33 -05:00
2014-02-25 12:25:55 -05:00
<p><%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @token) %></p>