2016-11-29 13:44:07 -05:00
|
|
|
- content_for(:title, 'Auth Error')
|
2016-12-26 05:47:16 -05:00
|
|
|
%img{ :alt => "GitLab Logo", :src => image_path('logo.svg') }
|
2016-11-29 13:44:07 -05:00
|
|
|
%h1
|
|
|
|
422
|
|
|
|
.container
|
|
|
|
%h3 Sign-in using #{@provider} auth failed
|
|
|
|
%hr
|
|
|
|
%p Sign-in failed because #{@error}.
|
|
|
|
%p There are couple of steps you can take:
|
2014-06-24 08:57:38 -04:00
|
|
|
|
|
|
|
%ul
|
|
|
|
%li Try logging in using your email
|
|
|
|
%li Try logging in using your username
|
|
|
|
%li If you have forgotten your password, try recovering it using #{ link_to "Password recovery", new_password_path(resource_name) }
|
|
|
|
|
2014-06-24 08:19:40 -04:00
|
|
|
%p If none of the options work, try contacting the GitLab administrator.
|