BigW Consortium Gitlab

omniauth_error.html.haml 453 Bytes
Newer Older
1
- page_title "Auth Error"
2 3
%h1 422
%h3 Sign-in using #{@provider} auth failed
Marin Jankovski committed
4 5 6
%hr
%p Sign-in failed because #{@error}.
%p There are couple of steps you can take:
7 8 9 10 11 12

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

Marin Jankovski committed
13
%p If none of the options work, try contacting the GitLab administrator.