From 47a18bba99e14cea8b1e7fb8ac370a94851f0896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 13 Apr 2015 14:04:52 +0200 Subject: [PATCH] Fixed defaults.ini, missing allowed_domains key, #1729 --- conf/defaults.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index abd91bff8ba..1ba6dd2be66 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -152,8 +152,7 @@ client_secret = some_client_secret scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email auth_url = https://accounts.google.com/o/oauth2/auth token_url = https://accounts.google.com/o/oauth2/token -# Uncomment bellow to only allow specific email domains -; allowed_domains = mycompany.com othercompany.com +allowed_domains = #################################### Logging ########################## [log]