From ecc5f24fec6d1e5ec8a7f6cc35bf0e7618e0c75f Mon Sep 17 00:00:00 2001 From: Anbraten Date: Sun, 26 Sep 2021 16:33:55 +0200 Subject: [PATCH] Explain open registration setting (#361) --- docs/docs/30-administration/10-server-config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/30-administration/10-server-config.md b/docs/docs/30-administration/10-server-config.md index bcbccba56..0b1f0e7c1 100644 --- a/docs/docs/30-administration/10-server-config.md +++ b/docs/docs/30-administration/10-server-config.md @@ -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.