mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-27 03:21:12 -04:00
change bcrypt to bcryptjs, use my own prebuilt better-sqlite3, supports more prebuilt
This commit is contained in:
parent
8c5d1945be
commit
0d65918a6a
4 changed files with 55 additions and 314 deletions
|
@ -1,5 +1,5 @@
|
|||
const passwordHashOld = require("password-hash");
|
||||
const bcrypt = require("bcrypt");
|
||||
const bcrypt = require("bcryptjs");
|
||||
const saltRounds = 10;
|
||||
|
||||
exports.generate = function (password) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue