how to allow user sign up in gitlab but restrict their email to specific domain? -


i can enable user sign edit config/gitlab.yaml

## users management signup_enabled: true          # default: false 

i want restrict user email domain mycompany.com when signuped people in company can create gitlab account. such as:

tom@mycompany.com   # ok sign jerry@mycompany.com # ok sign  abc@example.com # disallow sign 

how configure in gitlab?

2013: requested (issue 4413), not yet implemented.

implemented in 2016 (merge request 598, gitlab 7.11, may 2015) in admin area:

https://gitlab.com/gitlab-org/gitlab-ce/uploads/b312046aae03971f37f4247382971fc6/image.png


original answer (2013):

that similar atlassian confluence setting:

confluance setting

so pull requests welcome.

[edit]
feature request moved here.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -