Welcome to mirror list, hosted at ThFree Co, Russian Federation.

omniauth_error.html.haml « errors « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3c8221a9d98c970d0415cd2250008c8a08c9682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%h1 422
%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.