From d30948fedeb4c70881e11847c5760fca3076769c Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Sun, 12 Apr 2015 15:17:43 +0800 Subject: [PATCH] README: add a missing configuration OAUTH_ENABLED Signed-off-by: Chengwei Yang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b31750c..6ce947dd 100644 --- a/README.md +++ b/README.md @@ -783,6 +783,7 @@ Below is the complete list of available options that can be used to customize yo - **LDAP_ALLOW_USERNAME_OR_EMAIL_LOGIN**: If enabled, GitLab will ignore everything after the first '@' in the LDAP username submitted by the user on login. Defaults to `false` if `LDAP_UID` is `userPrincipalName`, else `true`. - **LDAP_BASE**: Base where we can search for users. No default. - **LDAP_USER_FILTER**: Filter LDAP users. No default. +- **OAUTH_ENABLED**: This enables user login using OmniAuth porviders. - **OAUTH_ALLOW_SSO**: This allows users to login without having a user account first. User accounts will be created automatically when authentication was successful. Defaults to `false`. - **OAUTH_BLOCK_AUTO_CREATED_USERS**: Locks down those users until they have been cleared by the admin. Defaults to `true`. - **OAUTH_GOOGLE_API_KEY**: Google App Client ID. No defaults.