From 580e97cc9d13198e61bce2a8813cb5758162c32f Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 22 Nov 2013 03:16:53 +0000 Subject: [PATCH] change acl --- application/models/CustomControllerAclManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/CustomControllerAclManager.php b/application/models/CustomControllerAclManager.php index 7e275887..60330350 100755 --- a/application/models/CustomControllerAclManager.php +++ b/application/models/CustomControllerAclManager.php @@ -32,7 +32,7 @@ $this->acl->deny(null, 'author'); // add an exception so guests can log in or register // in order to gain privilege - $this->acl->allow('guest', 'account', array('login', + $this->acl->allow('guest', 'account', array('login','oauth2login','callback', 'logout', 'captcha', 'fetchpwd',