Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$’: Template.signup.events "submit #signup": (e, t) -> e.preventDefault() email = t.find('input[name="email"]').value password = t.find('input[name="password"]').value console.log(email) console.log(password) Accounts.createUser email: email password: password , (err) -> if err console.log(err) else console.log("Success!!!") false meteor:PRIMARY> db.users.find().pretty(); { "_id" : "hS9QkjTAN38zqfCit" } Source: http://pastebin.com/raw.php?i=eg0ZKm8y

Viewing all articles
Browse latest Browse all 2663

Trending Articles