gitlab-org--gitlab-foss/app/views/errors/omniauth_error.html.haml

16 lines
574 B
Plaintext
Raw Normal View History

2016-11-29 18:44:07 +00:00
- content_for(:title, 'Auth Error')
2017-05-05 08:33:04 +00:00
2016-11-29 18:44:07 +00:00
.container
= render partial: "shared/errors/graphic_422", formats: :svg
2016-11-29 18:44:07 +00:00
%h3 Sign-in using #{@provider} auth failed
2017-05-05 08:33:04 +00:00
%p.light.subtitle Sign-in failed because #{@error}.
%p Try logging in using your username or email. If you have forgotten your password, try recovering it
= link_to "Sign in", new_session_path(:user), class: 'gl-button btn primary'
= link_to "Recover password", new_password_path(:user), class: 'gl-button btn secondary'
2017-05-05 08:33:04 +00:00
%hr
%p.light If none of the options work, try contacting a GitLab administrator.