mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 19:14:06 +08:00
change bcrypt to bcryptjs, use my own prebuilt better-sqlite3, supports more prebuilt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const passwordHashOld = require("password-hash");
|
||||
const bcrypt = require("bcrypt");
|
||||
const bcrypt = require("bcryptjs");
|
||||
const saltRounds = 10;
|
||||
|
||||
exports.generate = function (password) {
|
||||
|
Reference in New Issue
Block a user