change acl

This commit is contained in:
wlx 2013-11-22 03:16:53 +00:00
parent c0642c240a
commit 580e97cc9d
1 changed files with 1 additions and 1 deletions

View File

@ -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',