I can enable user sign up by edit config/gitlab.yaml
## Users management
signup_enabled: true # default: false
I want to restrict user email to domain mycompany.com when signuped so that only people in my company can create a gitlab account. such as:
[email protected] # ok to sign up
[email protected] # ok to sign up
[email protected] # disallow to sign up
how to configure it in gitlab?
GitLab Community Edition (CE) is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab CE on your own servers, in a container, or on a cloud provider.
2013: That was recently requested (issue 4413), but not yet implemented.
Implemented in 2016 (Merge Request 598, GitLab 7.11, May 2015) in the Admin Area:
Original answer (2013):
That would be similar to the Atlassian Confluence setting:
So pull requests are welcome.
[edit]
Feature request was moved here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With