From ca9c11486e7eb3bba897a7ce1306f61506d2014c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 18 Aug 2015 20:19:37 +0200 Subject: [PATCH] config(github oauth): removed allowed_domains options, closes #1986 --- conf/defaults.ini | 1 - conf/sample.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index e8527a488f6..7ca5191c4e7 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -153,7 +153,6 @@ auth_url = https://github.com/login/oauth/authorize token_url = https://github.com/login/oauth/access_token api_url = https://api.github.com/user team_ids = -allowed_domains = allowed_organizations = #################################### Google Auth ########################## diff --git a/conf/sample.ini b/conf/sample.ini index 5baf097ea20..9a8d9aa3908 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -152,7 +152,6 @@ ;token_url = https://github.com/login/oauth/access_token ;api_url = https://api.github.com/user ;team_ids = -;allowed_domains = ;allowed_organizations = #################################### Google Auth ##########################