Commit f252a3c
committed
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 user1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
176 | 185 | | |
177 | 186 | | |
178 | 187 | | |
| |||
0 commit comments