Skip to content

Commit

Permalink
#8 Adding information about User-entity changes in README.md (#9)
Browse files Browse the repository at this point in the history
* Update README.md

The User entity must implement the Erkens\Security\TwoFactorTextBundle\Model\TwoFactorTextInterface
  • Loading branch information
kevinirlen authored May 29, 2024
1 parent 84e5984 commit 30feb14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,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
-------
Expand Down

0 comments on commit 30feb14

Please sign in to comment.