mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-04 05:39:51 +01:00
Merge branch 'master' of https://github.com/psychobunny/NodeBB
This commit is contained in:
@@ -116,7 +116,6 @@ var config = require('../config.js'),
|
||||
}
|
||||
|
||||
User.getUserField(uid, 'password', function(user_password) {
|
||||
|
||||
bcrypt.compare(password, user_password, function(err, res) {
|
||||
if (res === true) {
|
||||
next({
|
||||
|
||||
Reference in New Issue
Block a user