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: e1eaa5a9d069cc75dff7d5f8d38c19f3dd80d18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%h1.http_status_code 422
%h3.page-title Sign-in using #{@provider} auth failed
%hr
%p Sign-in failed because #{@error}.
%p There are couple of steps you can take:
1. Try logging in using your email 
%br
2. Try logging in using your username
%br
3. If you have forgotten your password, try recovering it using #{ link_to "Password recovery", new_password_path(resource_name) }
%br
%p If none of the options work, try contacting the GitLab administrator.