I'm using :
- Symfony 3.4
- FOSUserBundle 2
FOSuserbundle is well installed and works like a charm. I noticed that in my database, in the users table, the column "salt" is always empty :
Below is an extract from my security.yml file :
security:
encoders:
FOS\UserBundle\Model\UserInterface: bcrypt
For the record, I added the 2 users with the command "fos:user:create".
Is this normal ?