mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
7 lines
267 B
Text
7 lines
267 B
Text
Hello <%= @resource.email %>!
|
|
|
|
Your account has been locked due to an excessive amount of unsuccessful sign in attempts.
|
|
|
|
Click the link below to unlock your account:
|
|
|
|
<%= link_to 'Unlock my account', unlock_url(@resource, :unlock_token => @resource.unlock_token) %>
|