remove pino
This commit is contained in:
@@ -38,7 +38,7 @@ export const changeRootPassword = async () => {
|
||||
});
|
||||
const user = await User.findOne({ where: { username: 'root' } });
|
||||
if (user) {
|
||||
await user.createPassword('123456');
|
||||
await user.createPassword('Abear123456x');
|
||||
await user.save();
|
||||
console.log('change root password done');
|
||||
process.exit(0);
|
||||
|
||||
Reference in New Issue
Block a user