rollerworks-graveyard / RollerworksMultiUserBundle

Multi user management for the FOSUserBundle - DISCONTINUED!!
MIT License
56 stars 21 forks source link

User impersonation ? #73

Closed Snoop9 closed 9 years ago

Snoop9 commented 10 years ago

Hello, is there a way to impersonate Users from one system to another one ? From my specific point of view, I'll need 3 User Systems :

Each of these users systems have completely different attributes, but I need, as an admin, to impersonate as a Client or as a Partner... Do you know if it's possible whit this bundle ?

sstok commented 10 years ago

In theory its possible, but you need to use a Chain user-provider to search in multiple user-providers. After that it should work similar to Symfony user impersonating.

I have not actually used that feature so I can't really tel if it works.