Skip to content

Commit 4c22df0

Browse files
committed
minor #12854 Update password_migration.rst (atailouloute)
This PR was merged into the 4.4 branch. Discussion ---------- Update password_migration.rst Commits ------- f5bbc44 Update password_migration.rst
2 parents 111ae11 + f5bbc44 commit 4c22df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/password_migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Trigger Password Migration From a Custom Encoder
188188
If you're using a custom password encoder, you can trigger the password
189189
migration by returning ``true`` in the ``needsRehash()`` method::
190190

191-
// src/Security/UserProvider.php
191+
// src/Security/CustomPasswordEncoder.php
192192
namespace App\Security;
193193

194194
// ...

0 commit comments

Comments
 (0)