Commit d49fb27
committed
chore: implement LegacyPasswordAuthenticatedUserInterface::getString
This is because modern password hashing algos include the salt as part
of the hashed password. This fixes deprecation messages such as this
one: User Deprecated: Since symfony/security-http 5.3: Returning a
string from "getSalt()" without implementing the
"Symfony\Component\Security\Core\User\LegacyPasswordAuthenticatedUserInterface"
interface is deprecated, the "UserBase\Client\Model\User" class should
implement it.1 parent 2aa7588 commit d49fb27
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
127 | | - | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
0 commit comments