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 607b170 commit cdef4a8Copy full SHA for cdef4a8
server/plugins/beforeServerStart/initUser.js
@@ -8,7 +8,7 @@ module.exports = class {
8
if (count !== 0) return
9
10
if (config.defaultAdminPassword === 'admin') {
11
- log.error('you must change the default passoword at ./conf/config.js')
+ log.error('you must change the default password at ./conf/config.js')
12
log.error('koa2 refused to start because of weak password')
13
return process.exit(1)
14
}
0 commit comments