We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a096252 commit 712938bCopy full SHA for 712938b
src/service/passport/local.js
@@ -43,7 +43,7 @@ const configure = async () => {
43
const admin = await db.findUser('admin');
44
45
if (!admin) {
46
- await db.createUser('admin', 'admin', 'admin@place.com', 'none', true, true, true, true);
+ await db.createUser('admin', 'admin', 'admin@place.com', 'none', true);
47
}
48
49
passport.type = 'local';
0 commit comments