after migrating from php5.6 to php7.0 on (dev and prod), i'm prevented to connect on my admin account although i can create a new one !
i get "Bad credentials"
My security.yml :
security:
encoders:
Symfony\Component\Security\Core\User\User: plaintext
Application\Sonata\UserBundle\Entity\User: sha512
any idea please.