diff --git a/community_server/src/Controller/ServerUsersController.php b/community_server/src/Controller/ServerUsersController.php index fa80c7eec..7255eee0f 100644 --- a/community_server/src/Controller/ServerUsersController.php +++ b/community_server/src/Controller/ServerUsersController.php @@ -16,7 +16,7 @@ class ServerUsersController extends AppController { parent::initialize(); // uncomment in devmode to add new community server admin user, but don't!!! commit it - $this->Auth->allow(['add', 'edit']); + // $this->Auth->allow(['add', 'edit']); $this->Auth->deny('index'); }