Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit 871b1dbf authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #2367 from nextcloud/fix/imported-provisioning-config-default-enable

Auto-enable imported provisioning config
parents 8ec3f8a1 1369ebf6
Branches
Tags
No related merge requests found
......@@ -154,6 +154,7 @@ class Manager {
if (!isset($data['smtpUser'])) {
$data['smtpUser'] = $data['email'];
}
$data['active'] = true;
return $this->configMapper->save(new Config($data));
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment