mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 21:36:03 +01:00
7 lines
318 B
Text
7 lines
318 B
Text
Hello <%= @resource.screen_name %>!
|
|
|
|
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)) %>
|