You can get a custom user object without having to query the DB by yourself like this:
$User = get_user_by( 'email', $user_login_email );
$User->ID would then give you the ID, for example.
↧
Chris on "get_var email address query error"
↧