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

forbidden.html.haml « authorizations « doorkeeper « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cad5ce62d86428ca9bb1b7c7d64f0335157536a (plain)
1
2
3
4
5
%h1.page-title.gl-font-size-h-display= _("Forbidden")
%main{ :role => "main" }
  %p
    = sprite_icon('warning-solid')
    = (_("Administrators are not permitted to connect applications with these scopes: %{code_open}api%{code_close}, %{code_open}read_api%{code_close}, %{code_open}read_repository%{code_close}, %{code_open}write_repository%{code_close}, %{code_open}write_registry%{code_close}, %{code_open}read_registry%{code_close}, and %{code_open}sudo%{code_close}. To permit this, change the %{code_open}disable_admin_oauth_scopes%{code_close} setting using the API.") % { code_open: '<code>', code_close: '</code>' }).html_safe