Merge branch 'MichelBaie_master'

This commit is contained in:
LouisLam
2021-08-31 20:02:39 +08:00
6 changed files with 163 additions and 314 deletions

View File

@@ -1,5 +1,5 @@
const passwordHashOld = require("password-hash");
const bcrypt = require("bcrypt");
const bcrypt = require("bcryptjs");
const saltRounds = 10;
exports.generate = function (password) {