PUGX / PUGXMultiUserBundle

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

support for MappedSuperClass #84

Open bartrail opened 9 years ago

bartrail commented 9 years ago

I just started with a fresh sf2 project where multiple users are required to be in separate tables, so I choosed the Doctrine MappedSuperClass feature. Unfortunately, when I try to login, only one of the user tables is queried - is there any way around this (like overwriting some listener) or do I have to use the Class Table Inheritance?

jbinfo commented 8 years ago

@bartrail Hey, do you find a solution for your issue? if yess, please share, thank you.