From 7059515034b2a9a83d26a1b8be72a2cc0024d765 Mon Sep 17 00:00:00 2001 From: Ian Irlen <45947370+kevinirlen@users.noreply.github.com> Date: Wed, 29 May 2024 22:52:51 +0400 Subject: [PATCH 1/2] Update README.md The User entity must implement the Erkens\Security\TwoFactorTextBundle\Model\TwoFactorTextInterface --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e13029d..804a23e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ two_factor_text: ``` You can add this in its own yaml file inside `config/packages` or place it within the existing `scheb_2fa.yaml`. But make sure you have the `two_factor_text` at the root of the yaml-tree (not under `scheb_two_factor`). +, +Next + +Your `User` entity must implement the `Erkens\Security\TwoFactorTextBundle\Model\TwoFactorTextInterface` and implement the required methods. License From f2cfd6a135748c62ec6976237e4a6fd8097fb978 Mon Sep 17 00:00:00 2001 From: Ian Irlen <45947370+kevinirlen@users.noreply.github.com> Date: Wed, 29 May 2024 22:55:34 +0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 804a23e..6403a09 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ two_factor_text: ``` You can add this in its own yaml file inside `config/packages` or place it within the existing `scheb_2fa.yaml`. But make sure you have the `two_factor_text` at the root of the yaml-tree (not under `scheb_two_factor`). -, -Next + +**Next** Your `User` entity must implement the `Erkens\Security\TwoFactorTextBundle\Model\TwoFactorTextInterface` and implement the required methods.