summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/unlock_instructions.html.haml
blob: 8ddfd3ea74a9312819a1191817e14ecdfab2e882 (plain)
1
2
3
4
5
6
7
8
#content
  = email_default_heading("Hello, #{@resource.name}!")
  %p
    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.
  #cta
    = link_to('Unlock account', unlock_url(@resource, unlock_token: @token))