You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix usage of PasswordHasherAdapter in PasswordHasherFactory
Using migrate_from with a PasswordEncoderInterface resulted in:
Argument 1 passed to Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory::createHasher() must be of
10000
the type array, object given, called in /var/www/html/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php on line 157
Because getHasherConfigFromAlgorithm would access it before it is decorated with the adapter.
0 commit comments