fix: new install local auth not enabled (#2375)

This commit is contained in:
NGPixel
2020-09-07 14:48:09 -04:00
parent 7fdf8ab3f9
commit 794ecc6ef6
3 changed files with 13 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ module.exports = () => {
key: 'local',
config: {},
selfRegistration: false,
isEnabled: true,
domainWhitelist: {v: []},
autoEnrollGroups: {v: []},
order: 0,