PUGX / PUGXMultiUserBundle

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

Why users stored on one table and different just by type? #88

Closed gyrocopter closed 9 years ago

gyrocopter commented 9 years ago

If user want to register at user_one and user_two tables, how will do it? Main table will not give possibility of repeated username/email/etc.

And, for what needs user_one and user_two tables with just one field - id? (or i do something wrong?)

gyrocopter commented 9 years ago

Related on #89

giorrrgio commented 9 years ago

See #87