Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using PUGX with multiple simultaneous sub-users #92

Open
retosteffen opened this issue Sep 21, 2015 · 0 comments
Open

Using PUGX with multiple simultaneous sub-users #92

retosteffen opened this issue Sep 21, 2015 · 0 comments
Labels

Comments

@retosteffen
Copy link

I have set up PUGX like this:
abstract User (fosuserbundle)
UserA extends User
UserB extends User

which works well.
Now I would like to be able to have a user be both an UserA and an UserB aka to switch back and forth from being an UserA to UserB but having just one username and password.
Which doesn't work as it's trying to create a new FOSUser when what I want is to "just" create a new "sub-role".
Is there a way to do this?

@garak garak added the question label Apr 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants