gitlab-org--gitlab-foss/app/views/devise/mailer/unlock_instructions.text.erb

8 lines
320 B
Plaintext

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 <%= distance_of_time_in_words(Devise.unlock_in) %>
or you may click the link below to unlock now.
<%= unlock_url(@resource, unlock_token: @token) %>