You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation is not clear on how you would define an entity user provider with another than the default entity manager (see this question in the Symfony2 Google Group).
The text was updated successfully, but these errors were encountered:
…r in an entity user provider (xabbuh)
This PR was merged into the 2.3 branch.
Discussion
----------
[Cookbook][Security] usage of a non-default entity manager in an entity user provider
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | #4021
The cookbook on entity user providers for the Security component only
describes how to create an entity provider using the default entity
manager. This may not be sufficient enough if you have multiple entity
managers and therefore be eplicit with the entity manager to use in
the user provider.
Commits
-------
9eb9117 usage of a non-default entity manager in an entity user provider
The documentation is not clear on how you would define an entity user provider with another than the default entity manager (see this question in the Symfony2 Google Group).
The text was updated successfully, but these errors were encountered: