user975475
user975475

Reputation:

FOSuserBundle multiple types of users

I started using FOSuserBundle and I would like to use their login functionality for all of my users: customers, admins, and affiliates.

Of course, there will be one main table that will contain all of the users data and then another table for each type.

The problem is how do I create different login forms on different pages and, of course, the register functionality is different.

I can't override controllers because I'm only allowed to override a bundle once in a project.

Upvotes: 1

Views: 1344

Answers (1)

ozahorulia
ozahorulia

Reputation: 10084

You do not need to use different tables, login or registration forms.

These link will help you:

Upvotes: 1

Related Questions