mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 14:48:42 +00:00
Explain open registration setting (#361)
This commit is contained in:
parent
07d793f727
commit
ecc5f24fec
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
## User registration
|
||||
|
||||
Registration is closed by default.
|
||||
Registration is closed by default. While disabled an administrator needs to add new users manually (exp. `woodpecker-cli user add`).
|
||||
|
||||
This example enables open registration for users that are members of approved GitHub organizations.
|
||||
If registration is open every user with an account at the configured [SCM](docs/administration/vcs/overview) can login to Woodpecker.
|
||||
This example enables open registration for users that are members of approved organizations:
|
||||
|
||||
```diff
|
||||
services:
|
||||
|
@ -39,7 +40,6 @@ services:
|
|||
- WOODPECKER_SECRET=${WOODPECKER_SECRET}
|
||||
```
|
||||
|
||||
|
||||
## Filtering repositories
|
||||
|
||||
Woodpecker operates with the user's OAuth permission. Due to the coarse permission handling of GitHub, you may end up syncing more repos into Woodpecker than preferred.
|
||||
|
|
Loading…
Reference in a new issue