remove user registration settings (#3832)
* can be re-activated through kimai.yaml
This commit is contained in:
@@ -435,6 +435,9 @@ class ConfigurationTest extends TestCase
|
||||
'allow_duplicate_number' => false,
|
||||
],
|
||||
],
|
||||
'features' => [
|
||||
'user_registration' => false,
|
||||
],
|
||||
];
|
||||
|
||||
$this->assertConfig($this->getMinConfig(), $fullDefaultConfig);
|
||||
|
||||
Reference in New Issue
Block a user