File tree
5 files changed
+60
-26
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Tests/Functional
- Component/Security/Core
- Encoder
- Tests/Encoder
5 files changed
+60
-26
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
571 | 571 |
|
572 | 572 |
|
573 | 573 |
|
574 |
| - |
| 574 | + |
575 | 575 |
|
576 | 576 |
|
577 | 577 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
| ||
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
178 |
| - |
| 178 | + |
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
|
src/Symfony/Component/Security/Core/Encoder/Argon2iPasswordEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/Argon2iPasswordEncoder.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
78 | 77 |
|
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
|
src/Symfony/Component/Security/Core/Encoder/Argon2idPasswordEncoder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Encoder/Argon2idPasswordEncoder.php+12-9Lines changed: 12 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 53 | + |
61 | 54 |
|
62 | 55 |
|
63 | 56 |
|
| ||
82 | 75 |
|
83 | 76 |
|
84 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
85 | 88 |
|
src/Symfony/Component/Security/Core/Tests/Encoder/Argon2iPasswordEncoderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Encoder/Argon2iPasswordEncoderTest.php+36-5Lines changed: 36 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 |
| - |
| 25 | + |
25 | 26 |
|
26 |
| - |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 |
| - |
30 | 30 |
|
31 |
| - |
32 |
| - |
33 | 31 |
|
34 | 32 |
|
35 | 33 |
|
| ||
38 | 36 |
|
39 | 37 |
|
40 | 38 |
|
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
52 | 58 |
|
53 | 59 |
|
54 | 60 |
|
55 | 61 |
|
56 | 62 |
|
57 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
58 | 68 |
|
59 | 69 |
|
60 | 70 |
|
| ||
63 | 73 |
|
64 | 74 |
|
65 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
66 | 80 |
|
67 | 81 |
|
68 | 82 |
|
69 | 83 |
|
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
70 | 101 |
|
0 commit comments