Commit 9953a11
committed
minor #13418 Added missing security.yaml config (ThomasLandauer)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
Added missing security.yaml config
I just copied this over from https://symfony.com/doc/3.4/security/guard_authentication.html - since it probably just got lost somehow. When following the instructions at https://symfony.com/doc/current/security.html , you would still have `property: email` in there.
Commits
-------
c41f88c Added missing security.yaml config1 file changed
+61
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
52 | 109 | | |
53 | 110 | | |
54 | 111 | | |
| |||
108 | 165 | | |
109 | 166 | | |
110 | 167 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
115 | 172 | | |
116 | 173 | | |
117 | 174 | | |
| |||
0 commit comments