function doStartResetPassword($get)
{
    $u = new UserFunctions($get['username']);
    return $u->resetUserPassword($get['method'], $get['totp']);
}