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:
original answer (2013):
that similar atlassian confluence setting:
so pull requests welcome.
[edit]
feature request moved here.
Comments
Post a Comment