2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Auth Error"
|
2014-06-24 08:57:38 -04:00
|
|
|
%h1 422
|
|
|
|
%h3 Sign-in using #{@provider} auth failed
|
2014-06-24 08:19:40 -04:00
|
|
|
%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.
|