From 8289bfb7f6e47ccd01975186567e516208a44d0c Mon Sep 17 00:00:00 2001 From: Wouter de Jong Date: Fri, 20 Aug 2021 13:08:21 +0200 Subject: [PATCH] Move scheb/2fa-bundle to official recipes --- scheb/2fa-bundle/5.0/config/packages/scheb_2fa.yaml | 8 -------- scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml | 7 ------- scheb/2fa-bundle/5.0/manifest.json | 8 -------- 3 files changed, 23 deletions(-) delete mode 100644 scheb/2fa-bundle/5.0/config/packages/scheb_2fa.yaml delete mode 100644 scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml delete mode 100644 scheb/2fa-bundle/5.0/manifest.json diff --git a/scheb/2fa-bundle/5.0/config/packages/scheb_2fa.yaml b/scheb/2fa-bundle/5.0/config/packages/scheb_2fa.yaml deleted file mode 100644 index 6b6135ae..00000000 --- a/scheb/2fa-bundle/5.0/config/packages/scheb_2fa.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# See the configuration reference at https://github.com/scheb/2fa/blob/master/doc/configuration.md -scheb_two_factor: - security_tokens: - - Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken - # If you're using guard-based authentication, you have to use this one: - # - Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken - # If you're using authenticator-based security (introduced in Symfony 5.1), you have to use this one: - # - Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken diff --git a/scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml b/scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml deleted file mode 100644 index b574a0c9..00000000 --- a/scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml +++ /dev/null @@ -1,7 +0,0 @@ -2fa_login: - path: /2fa - defaults: - _controller: "scheb_two_factor.form_controller:form" - -2fa_login_check: - path: /2fa_check diff --git a/scheb/2fa-bundle/5.0/manifest.json b/scheb/2fa-bundle/5.0/manifest.json deleted file mode 100644 index f9204ee8..00000000 --- a/scheb/2fa-bundle/5.0/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}