Is it possible to get the user's information in the PHP callback check for a custom userfield.
Here is what I have:
<?php
class MineVille_MCLogin
{
    public static function validate($field, &$value, &$error)
    {
        $visitor = XenForo_Visitor::getInstance();
        $db =...