PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

UserDiscriminator, error getting form type : "" not found #158

Open vasilistz opened 6 years ago

vasilistz commented 6 years ago

Hello, i am trying to reset the user password, but when i am click the reset link inside the email ( /register?reset={{user.confirmationToken}} )

i get the folowing error

"UserDiscriminator, error getting form type : "" not found"

Does anyone know how to solve that?