debian-mirror-gitlab/app/views/devise/mailer/unlock_instructions.text.erb
2021-06-08 01:23:25 +05:30

5 lines
378 B
Text

<%= _('Hello, %{name}!') % { name: @resource.name } %>
<%= _("Your GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now.") % { duration: distance_of_time_in_words(Devise.unlock_in) } %>
<%= unlock_url(@resource, unlock_token: @token) %>