summaryrefslogtreecommitdiff
path: root/app/views/errors/omniauth_error.html.haml
blob: d91f1878cb6cebb839b5919f7ac39d2be88ceca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- content_for(:title, 'Auth Error')
%img{:alt => "GitLab Logo",
     :src => image_path('logo.svg')}
  %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:

%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) }

%p If none of the options work, try contacting the GitLab administrator.