From 12036aa21f4308aca4d816864b357f9627a0f437 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 16 Jul 2015 07:28:46 -0400 Subject: Refactoring of Google Authentication (new callback url) --- app/Model/Acl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Model/Acl.php') diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 09638302..579b5d90 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -18,12 +18,13 @@ class Acl extends Base */ private $public_acl = array( 'auth' => array('login', 'check'), - 'user' => array('google', 'github'), + 'user' => array('github'), 'task' => array('readonly'), 'board' => array('readonly'), 'webhook' => '*', 'ical' => '*', 'feed' => '*', + 'oauth' => array('google'), ); /** -- cgit v1.2.3