What is preventing passwords being rehashed with the injected Symfony services (FOSUserBundle)
问题 This is a follow up question to my original question where I am trying to rehash user passwords during authentication to migrate from a legacy database. After implementing the helpful answer there. I have now hit another problem where I receive no error (with the below code) but the passwords and salt are not being updated in the database: security.yml security: encoders: AppBundle\Entity\Member: id: club.hub_authenticator services.yml services: club.hub_authenticator: class: AppBundle