Skip to content

Commit 7e4edd4

Browse files
committed
Fixed some typos related to 5.3 security changes
1 parent b3690c8 commit 7e4edd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/named_hashers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ the name of the hasher to use::
140140
}
141141

142142
If you created your own password hasher implementing the
143-
:class:`SSymfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface`,
143+
:class:`Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface`,
144144
you must register a service for it in order to use it as a named hasher:
145145

146146
.. configuration-block::

security/user_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ users will hash their passwords:
275275
$container->loadFromExtension('security', [
276276
// ...
277277
'password_hashers' => [
278-
User::class => [
278+
InMemoryUser::class => [
279279
'algorithm' => 'auto',
280280
],
281281
],

0 commit comments

Comments
 (0)