From 48467d3072825f3d0ebbf06af5ab25bc9e6f2888 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Fri, 19 Feb 2016 07:43:00 +0000 Subject: Document true/false as supported value. --- config/gitlab.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/gitlab.yml.example') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index b6954b3152b..05f127d622a 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -288,8 +288,8 @@ production: &base # auto_sign_in_with_provider: saml # CAUTION! - # This allows users to login without having a user account first. Define the allowed - # providers using an array, e.g. ["saml", "twitter"] + # This allows users to login without having a user account first. Define the allowed providers + # using an array, e.g. ["saml", "twitter"], or as true/false to allow all providers or none. # User accounts will be created automatically when authentication was successful. allow_single_sign_on: ["saml"] -- cgit v1.2.3