OSDN Git Service

import all source code
[pettanr/pettanr.git] / app / views / admins / mailer / unlock_instructions.html.erb
1 <p>Hello <%= @resource.email %>!</p>
2
3 <p>Your account has been locked due to an excessive amount of unsuccessful sign in attempts.</p>
4
5 <p>Click the link below to unlock your account:</p>
6
7 <p><%= link_to 'Unlock my account', unlock_url(@resource, :unlock_token => @resource.unlock_token) %></p>