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
minor #9307 Clarification on search user (woofiewilly, javiereguiluz)
This PR was merged into the 2.8 branch.
Discussion
----------
Clarification on search user
I had issues with configuration because I misunderstood the configuration for the user provider. I didn't realize that the configured user was actually a static one only used for retrieving information.
I also added a clarification for the case that you are getting information anonymously, which was what my situation required.
These changes are relevant for Symfony 2.8+ (2.8 being the oldest maintained version I checked)
Also, I added a note on keeping the password out of VC by using a parameter, but in Symfony 4 this should be an environment variable instead. I'm not sure how I'm supposed to propose the change for this slight difference once hitting that version.
Commits
-------
b7a2009 Minor reword
f08eab2 Clarification on search user
0 commit comments