metamaps--metamaps/views/users/mailer/unlock_instructions.html.erb

8 lines
289 B
Plaintext
Raw Normal View History

2018-03-04 02:25:42 +00:00
<p>Hello { @resource.email }!</p>
2013-07-10 18:02:38 +00:00
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
<p>Click the link below to unlock your account:</p>
2018-03-04 02:25:42 +00:00
<p>{ link_to 'Unlock my account', unlock_url(@resource, :unlock_token => @resource.unlock_token) }</p>