{"record":{"id":"7e7e5a57c9e2a716","repo":"phacility/phabricator","slug":"there-are-no-configured-multi-factor-providers","errorCode":null,"errorMessage":"There are no configured multi-factor providers.","messagePattern":"There are no configured multi-factor providers\\.","errorType":"console","errorClass":"PhutilArgumentUsageException","httpStatus":null,"severity":"error","filePath":"src/applications/auth/management/PhabricatorAuthManagementStripWorkflow.php","lineNumber":153,"sourceCode":"      $provider_query->withProviderFactorKeys($types);\n    }\n\n    $providers = $provider_query->execute();\n    $providers = mpull($providers, null, 'getPHID');\n\n    if ($provider_phids) {\n      foreach ($provider_phids as $provider_phid) {\n        if (!isset($providers[$provider_phid])) {\n          throw new PhutilArgumentUsageException(\n            pht(\n              'No provider with PHID \"%s\" exists. '.\n              'Use `bin/auth list-mfa-providers` to list providers.',\n              $provider_phid));\n        }\n      }\n    } else {\n      if (!$providers) {\n        throw new PhutilArgumentUsageException(\n          pht(\n            'There are no configured multi-factor providers.'));\n      }\n    }\n\n    $factor_query = id(new PhabricatorAuthFactorConfigQuery())\n      ->setViewer($viewer)\n      ->withFactorProviderPHIDs(array_keys($providers));\n\n    if ($users) {\n      $factor_query->withUserPHIDs(mpull($users, 'getPHID'));\n    }\n\n    $factors = $factor_query->execute();\n\n    if (!$factors) {\n      throw new PhutilArgumentUsageException(\n        pht('There are no matching factors to strip.'));","sourceCodeStart":135,"sourceCodeEnd":171,"githubUrl":"https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/auth/management/PhabricatorAuthManagementStripWorkflow.php#L135-L171","documentation":"Error \"There are no configured multi-factor providers.\" thrown in phacility/phabricator.","triggerScenarios":"Thrown at src/applications/auth/management/PhabricatorAuthManagementStripWorkflow.php:153 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"5720a38cfe95b00ca4be5016dd0d2f3195f4fa04","analyzedAt":"2026-08-21T05:07:25.672Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}