Commit 9ea32c4
File tree
6 files changed
+36
-49
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Security/Factory
- Resources/config
- Component/Security/Http
- Authenticator
- Tests/Authenticator
6 files changed
+36
-49
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 |
| - |
104 |
| - |
| 103 | + |
105 | 104 |
|
106 | 105 |
|
107 | 106 |
|
108 |
| - |
| 107 | + |
| 108 | + |
| 109 | + |
109 | 110 |
|
110 | 111 |
|
111 | 112 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.xml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
| 99 | + |
98 | 100 |
|
99 | 101 |
|
100 | 102 |
|
|
src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php+19-42Lines changed: 19 additions & 42 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| 24 | + |
| 25 | + |
23 | 26 |
|
24 | 27 |
|
25 |
| - |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
| ||
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 | 38 |
|
40 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
41 | 43 |
|
42 |
| - |
| 44 | + |
43 | 45 |
|
44 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
48 |
| - |
49 |
| - |
| 53 | + |
50 | 54 |
|
51 | 55 |
|
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
| 56 | + |
| 57 | + |
57 | 58 |
|
58 |
| - |
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| ||
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 |
| - |
| 125 | + |
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 |
| - |
| 130 | + |
131 | 131 |
|
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
| 132 | + |
156 | 133 |
|
157 | 134 |
|
src/Symfony/Component/Security/Http/Tests/Authenticator/FormLoginAuthenticatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Authenticator/FormLoginAuthenticatorTest.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
| 35 | + |
| 36 | + |
31 | 37 |
|
32 | 38 |
|
33 | 39 |
|
| ||
123 | 129 |
|
124 | 130 |
|
125 | 131 |
|
126 |
| - |
| 132 | + |
127 | 133 |
|
128 | 134 |
|
129 | 135 |
|
|
0 commit comments