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
Description
If an application configures a custom PasswordHasherInterface implementation, the old EncoderFactory and UserPasswordEncoder services become unusable.
Launch the application, enter some text into the input field and hit the submit button. The application will crash with an exception:
Symfony\Component\Security\Core\Encoder\EncoderFactory::createEncoder(): Argument #1 ($config) must be of type array, App\Security\MyHasher given, called in /path/to/vendor/symfony/security-core/Encoder/EncoderFactory.php on line 63