Add new API procedures for groups, roles and project permissions
This commit is contained in:
@@ -23,7 +23,7 @@ class Auth extends Base
|
||||
*/
|
||||
public function checkCredentials($username, $password, $class, $method)
|
||||
{
|
||||
$this->container['dispatcher']->dispatch('app.bootstrap');
|
||||
$this->dispatcher->dispatch('app.bootstrap');
|
||||
|
||||
if ($this->isUserAuthenticated($username, $password)) {
|
||||
$this->checkProcedurePermission(true, $method);
|
||||
|
||||
Reference in New Issue
Block a user