mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
e9c16d852e
Signed-off-by: José Valim <jose.valim@gmail.com>
7 lines
295 B
Text
7 lines
295 B
Text
<p>Hello <%= @resource.email %>!</p>
|
|
|
|
<p>Your account has been locked due to an excessive amount 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 => @resource.unlock_token) %></p>
|