mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-17 19:46:25 +00:00
Explain open registration setting (#361)
This commit is contained in:
parent
07d793f727
commit
ecc5f24fec
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
## User registration
|
## 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
|
```diff
|
||||||
services:
|
services:
|
||||||
@ -39,7 +40,6 @@ services:
|
|||||||
- WOODPECKER_SECRET=${WOODPECKER_SECRET}
|
- WOODPECKER_SECRET=${WOODPECKER_SECRET}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Filtering repositories
|
## 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.
|
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 New Issue
Block a user