diff --git a/Documentation/ApiOverview/Authentication/Index.rst b/Documentation/ApiOverview/Authentication/Index.rst index 748c046842..f9ac18b7c9 100644 --- a/Documentation/ApiOverview/Authentication/Index.rst +++ b/Documentation/ApiOverview/Authentication/Index.rst @@ -66,4 +66,5 @@ frontend users in TYPO3: FrontendUsers/Index AuthenticationService/Index PasswordPolicies/Index - * + MultiFactorAuthentication/Index + */Index diff --git a/Documentation/ApiOverview/Authentication/MultiFactorAuthentication.rst b/Documentation/ApiOverview/Authentication/MultiFactorAuthentication/Index.rst similarity index 98% rename from Documentation/ApiOverview/Authentication/MultiFactorAuthentication.rst rename to Documentation/ApiOverview/Authentication/MultiFactorAuthentication/Index.rst index f003bc4970..248ead2d79 100644 --- a/Documentation/ApiOverview/Authentication/MultiFactorAuthentication.rst +++ b/Documentation/ApiOverview/Authentication/MultiFactorAuthentication/Index.rst @@ -261,7 +261,7 @@ third-party extension. The provider then has to be configured in the extension's :file:`Services.yaml` or :file:`Services.php` file with the :yaml:`mfa.provider` tag. -.. literalinclude:: MultiFactorAuthentication/RegisterCustomProvider.yaml +.. literalinclude:: RegisterCustomProvider.yaml :language: yaml :caption: EXT:my_extension/Configuration/Services.yaml @@ -280,13 +280,13 @@ If you do not want your provider to be selectable as a default provider, set the You can also completely deactivate existing providers with: -.. literalinclude:: MultiFactorAuthentication/DeactivateExistingProvider.yaml +.. literalinclude:: DeactivateExistingProvider.yaml :language: yaml :caption: EXT:my_extension/Configuration/Services.yaml You can also register multiple providers: -.. literalinclude:: MultiFactorAuthentication/RegisterMultipleProviders.yaml +.. literalinclude:: RegisterMultipleProviders.yaml :language: yaml :caption: EXT:my_extension/Configuration/Services.yaml