Fixed the user redirection
This commit is contained in:
parent
a544035f18
commit
6513941c4b
@ -326,6 +326,8 @@ class UsersController extends AppController
|
||||
return true;
|
||||
}
|
||||
}
|
||||
else if(in_array($this->request->action, ['index']))
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user