summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/unlock_instructions.text.erb
blob: 3aea3e2014578dab793469c60ef4574d73fca619 (plain)
1
2
3
4
5
6
7
Hello, <%= @resource.name %>!

Your GitLab account has been locked due to an excessive amount of unsuccessful
sign in attempts. Your account will automatically unlock in <%= time_ago_in_words(Devise.unlock_in.from_now) %>
or you may click the link below to unlock now.

<%= unlock_url(@resource, unlock_token: @token) %>