I'm changing the password to hello but when I try to login it says the password is wrong. Anyone might know what's the problem?
hello
User.update({ myhash: 'hello', mysalt: 'hello' }, { where: { email: '[email protected]' } });
2.1m questions
2.1m answers
60 comments
57.0k users