mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Merge branch 'improve-restricted-domains-help' into 'master'
Improve help line for restricted domain signups The setting may be misconstrued as only allowing access from certain domains. Add help to clarify this applies to e-mail domains. See merge request !612
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
= f.label :restricted_signup_domains, 'Restricted domains for sign-ups', class: 'control-label col-sm-2'
|
||||
.col-sm-10
|
||||
= f.text_area :restricted_signup_domains_raw, placeholder: 'domain.com', class: 'form-control'
|
||||
.help-block Ex: domain.com, *.domain.com. Wildcards allowed. Use separate lines for multiple entries.
|
||||
.help-block Only users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
|
||||
|
||||
.form-actions
|
||||
= f.submit 'Save', class: 'btn btn-primary'
|
||||
|
||||
Reference in New Issue
Block a user