File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ the name of the hasher to use::
140
140
}
141
141
142
142
If you created your own password hasher implementing the
143
- :class: `SSymfony \\ Component\\ PasswordHasher\\ Hasher\\ UserPasswordHasherInterface `,
143
+ :class: `Symfony \\ Component\\ PasswordHasher\\ Hasher\\ UserPasswordHasherInterface `,
144
144
you must register a service for it in order to use it as a named hasher:
145
145
146
146
.. configuration-block ::
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ users will hash their passwords:
275
275
$container->loadFromExtension('security', [
276
276
// ...
277
277
'password_hashers' => [
278
- User ::class => [
278
+ InMemoryUser ::class => [
279
279
'algorithm' => 'auto',
280
280
],
281
281
],
You can’t perform that action at this time.
0 commit comments