LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: MySQL Table with Interesting Data

0 votedvote

Detected 1 occurrence(s) of ‘\| (user|username|login|password|email|uid) \|’:

		return false;

	_fill_user($user);

	return $user;
}
endif;

if ( !function_exists('get_user_by') ) :
/**
 * Retrieve user info by a given field
 *
 * @since 2.8.0
 *
 * @param string $field The field to retrieve the user with.  id | slug | email | login
 * @param int|string $value A value for $field.  A user ID, slug, email address, or login name.
 * @return bool|object False on failure, User DB row object
 */
function get_user_by($field, $value) {
	global $wpdb;

	switch ($field) {
		case 

Source: http://pastebin.com/raw.php?i=P8sYSHDQ

Tags: ,

Comments are closed.