remove user registration settings (#3832)

* can be re-activated through kimai.yaml
This commit is contained in:
Kevin Papst
2023-02-07 19:36:10 +01:00
committed by GitHub
parent 8095ae298f
commit d481f68266
9 changed files with 62 additions and 41 deletions

View File

@@ -435,6 +435,9 @@ class ConfigurationTest extends TestCase
'allow_duplicate_number' => false,
],
],
'features' => [
'user_registration' => false,
],
];
$this->assertConfig($this->getMinConfig(), $fullDefaultConfig);