Переглянути джерело

Fixed defaults.ini, missing allowed_domains key, #1729

Torkel Ödegaard 10 роки тому
батько
коміт
47a18bba99
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      conf/defaults.ini

+ 1 - 2
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]