PMA\libraries\plugins\auth\AuthenticationConfig::authSetUser PHP Метод

authSetUser() публичный Метод

Set the user and password after last checkings if required
public authSetUser ( ) : boolean
Результат boolean always true
    public function authSetUser()
    {
        $this->setSessionAccessTime();
        return true;
    }