Thanksss , i am starting, sorry
D
deblis
@deblis
Posts
-
What is stable sequelize version -
What is stable sequelize versionHello
I want know which is the sequelize version stable more?. I am using 3.19.2
-
same problem bCryptversion 0.0.3,
Well this problem was solved, in the function i was written 3 params and are 4 and the last is the callback . I have other problems now , i get the hash but when the value set to pasword not work, chage inside the function but out is the same value. Thanks
bcrypt.hash(user.password, usersalt, null, function (err, hash) {
if (err) {
return next(err);
}user.password = hash });
-
same problem bCryptRe: bCrypt problem
Hello,
I use bcrypt-nodejs and get the same error
bcrypt-nodejs\bCrypt.js:621
throw "No callback function was given."
^
No callback function was given.This problem have some solution