We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4c68a commit 3039806Copy full SHA for 3039806
cookbook/security/custom_provider.rst
@@ -378,9 +378,8 @@ is compared to the hashed password returned by your ``getPassword()`` method.
378
'AppBundle\Security\User\WebserviceUser' => array(
379
'algorithm' => 'bcrypt',
380
'cost' => 12,
381
- )
+ ),
382
),
383
- // ...
384
));
385
386
.. _MessageDigestPasswordEncoder: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php
0 commit comments