Retrospring/app/views/devise/mailer/unlock_instructions.text.erb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
318 B
Plaintext
Raw Normal View History

2015-07-22 23:42:36 -07:00
Hello <%= @resource.screen_name %>!
2015-07-21 11:20:54 -07:00
Your account has been locked due to an excessive number of unsuccessful
sign in attempts. You can unlock your account by copying the link below
and entering it into your browser.
<%= unlock_url(@resource, unlock_token: @token, protocol: (APP_CONFIG['https'] ? :https : :http)) %>