PUGX / PUGXMultiUserBundle

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

Why user_one and user_two tables has just one field (id) ?? #89

Closed gyrocopter closed 9 years ago

gyrocopter commented 9 years ago

Or i do smth wrong? I did it by the documentation. Can i save user with different type just on another table? Not in users table

leopro commented 9 years ago

Sorry I'm not understanding. Which is your expectation?

gyrocopter commented 9 years ago

@leopro My expectation was: for each user class creates single table (user_one, user_two, etc.). But now, yes, for each user class creates single table, but this table has just one field: id. It is senselessly!

So, why i wanna use this plugin? I have in my Symfony project many sites (OneSite, TwoSite, ...). For each of them i want single table for users. If i will not do it, one user can't register on all of my sites.

giorrrgio commented 9 years ago

@gyrocopter this is the third issue you open on the same subject. Leaving only one open.

gyrocopter commented 9 years ago

@giorrrgio Yea, thanks for responses! I closed both and commented about relation on this issue.