Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: User.create({ id: 4, username: 'Jaimito', address: 'Riosinho 1', password: '789' }).success(function(user) { console.log("Insertado Correctamente"); }).error(function(err) { console.log("Error al insertar"); }); User.find({ where: { id: 1 } }).success(function(user) { if (!user) { callback('User Source: http://pastebin.com/raw.php?i=Y2BQnkm5
↧