You may also configure Drone to integrate with GitHub Enterprise. Note that if you are running GitHub Enterprise in private mode you should set `private_mode=true`, forcing Drone to clone public repositories with git+ssh.
User registration is closed by default and new accounts must be provisioned in the user interface. You may allow users to self-register with the following configuration flag:
```ini
[github]
open = true
```
Please note this has security implications. This setting should only be enabled if you are running Drone behind a firewall.
### Organization Whitelists
When specified, only users belonging to these organization may login to the system. Use this option to enable self-registration while still limiting access to the general public.