Hello <%= @resource.name %>!
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) %>
If you cannot see the link copy and paste the following address in your browser address bar:
<%= unlock_url(@resource, :unlock_token => @resource.unlock_token) %>