debian-mirror-gitlab/app/views/devise/mailer/unlock_instructions.text.erb

8 lines
552 B
Text
Raw Normal View History

2021-06-08 01:23:25 +05:30
<%= _('Hello, %{name}!') % { name: @resource.name } %>
2016-06-22 15:30:34 +05:30
2021-11-11 11:23:49 +05:30
<%= _("Your GitLab account has been locked due to an excessive number of unsuccessful sign in attempts. You can wait for your account to automatically unlock in %{duration} or you can click the link below to unlock now.") % { duration: distance_of_time_in_words(Devise.unlock_in) } %>
2016-06-22 15:30:34 +05:30
<%= unlock_url(@resource, unlock_token: @token) %>
2021-11-11 11:23:49 +05:30
<%= _('If you did not initiate these sign-in attempts, please reach out to your administrator or enable two-factor authentication (2FA) on your account.') %>