This commit is contained in:
Baris Usakli
2013-05-08 11:09:07 -04:00
2 changed files with 6 additions and 3 deletions

View File

@@ -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({