Commit 9a1f8721 authored by Russell Dickenson's avatar Russell Dickenson Committed by Ezekiel Kigbo

Improve UI text of sign-in restrictions

Changelog: changed
parent 2b6c52ea
......@@ -8,17 +8,17 @@
= f.label :password_authentication_enabled_for_web, class: 'form-check-label' do
= _('Allow password authentication for the web interface')
.form-text.text-muted
= _('When inactive, an external authentication provider must be used.')
= _('Clear this checkbox to use an external authentication provider instead.')
.form-group
.form-check
= f.check_box :password_authentication_enabled_for_git, class: 'form-check-input'
= f.label :password_authentication_enabled_for_git, class: 'form-check-label' do
= _('Allow password authentication for Git over HTTP(S)')
.form-text.text-muted
When inactive, a Personal Access Token
- if Gitlab::Auth::Ldap::Config.enabled?
or LDAP password
must be used to authenticate.
= _('Clear this checkbox to use a personal access token or LDAP password instead.')
- else
= _('Clear this checkbox to use a personal access token instead.')
- if omniauth_enabled? && button_based_providers.any?
%fieldset.form-group
%legend.gl-font-base.gl-mb-3.gl-border-none.gl-font-weight-bold= _('Enabled OAuth authentication sources')
......
......@@ -7456,6 +7456,15 @@ msgstr ""
msgid "Clear templates search input"
msgstr ""
msgid "Clear this checkbox to use a personal access token instead."
msgstr ""
msgid "Clear this checkbox to use a personal access token or LDAP password instead."
msgstr ""
msgid "Clear this checkbox to use an external authentication provider instead."
msgstr ""
msgid "Clear weight"
msgstr ""
......@@ -41347,9 +41356,6 @@ msgstr ""
msgid "When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces."
msgstr ""
msgid "When inactive, an external authentication provider must be used."
msgstr ""
msgid "When merge requests and commits in the default branch close, any issues they reference also close."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment