// Changes to BO permissions management

This commit is contained in:
tDidierjean
2012-01-11 16:19:19 +00:00
parent 191c419309
commit 6d7aba76f3
5 changed files with 47 additions and 51 deletions
@@ -97,6 +97,16 @@ class AdminLoginControllerCore extends AdminController
{
return true;
}
/**
* All BO users can access the login page
*
* @return bool
*/
public function viewAccess()
{
return true;
}
public function postProcess()
{