0

I have requirement with different user type using different tables with FOSUSERBUNDLE.

Please anyone can help me on this.

Thank You

amit
  • 63
  • 8

1 Answers1

0

For multiple user types, see PUGXMultiUserBundle

geoB
  • 4,578
  • 5
  • 37
  • 70
  • Even I thought of this bundle, but I have in some of the blogs that it still have issues and not in active development. – amit Apr 24 '14 at 14:55
  • It appears to be actively maintained. As for issues, I wish it had user-type profile templates, but I've been able to [solve that](http://stackoverflow.com/questions/22203590/pugxmultiuserbundle-custom-profile-template) for my own application. IMHO, it is the best solution if one must have multiple user types. – geoB Apr 24 '14 at 15:41
  • Can you please help me suggest whether to use this bundle or [RollerworksMultiUserBundle](https://github.com/rollerworks/RollerworksMultiUserBundle) – amit Apr 29 '14 at 07:51
  • I had more difficulty with RollerWorks documentation than with PUGXMultiUser. I also preferred that PUGX determined the user type from credentials. RollerWorks seemed to require a user to select the appropriate login route. "Your mileage may vary". – geoB Apr 29 '14 at 12:23