debian-mirror-gitlab/app/views/devise/mailer/unlock_instructions.html.haml
2018-10-15 14:42:47 +05:30

9 lines
398 B
Plaintext

#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))