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 111ae11 commit f5bbc44Copy full SHA for f5bbc44
security/password_migration.rst
@@ -188,7 +188,7 @@ Trigger Password Migration From a Custom Encoder
188
If you're using a custom password encoder, you can trigger the password
189
migration by returning ``true`` in the ``needsRehash()`` method::
190
191
- // src/Security/UserProvider.php
+ // src/Security/CustomPasswordEncoder.php
192
namespace App\Security;
193
194
// ...
0 commit comments