mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
hotfix
This commit is contained in:
parent
ca7ca3da73
commit
5b6d73c8ee
@ -15,7 +15,8 @@ class ServerUsersController extends AppController
|
|||||||
public function initialize()
|
public function initialize()
|
||||||
{
|
{
|
||||||
parent::initialize();
|
parent::initialize();
|
||||||
$this->Auth->allow(['add', 'edit']);
|
// uncomment in devmode to add new community server admin user, but don't!!! commit it
|
||||||
|
//$this->Auth->allow(['add', 'edit']);
|
||||||
$this->Auth->deny('index');
|
$this->Auth->deny('index');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user