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

14 lines
453 B
Plaintext
Raw Normal View History

2015-04-30 17:06:18 +00:00
- page_title "Auth Error"
%h1 422
%h3 Sign-in using #{@provider} auth failed
2014-06-24 12:19:40 +00:00
%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) }
2014-06-24 12:19:40 +00:00
%p If none of the options work, try contacting the GitLab administrator.