Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': turn($database->affected_rows() == 1) ? true : false; } } // and test.php file $user = User::find_by_id(2); var_dump($user); // it is working and returns user record. but no idea how it is working. mean I am confused in concept little bit. $user->password = "987654321"; $user->update(); Source: http://pastebin.com/raw.php?i=VJMtcF8K

Viewing all articles
Browse latest Browse all 2663

Trending Articles