PUGX / PUGXMultiUserBundle

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

Impersonating support #3

Closed chEbba closed 11 years ago

chEbba commented 11 years ago

In the current version user impersonating is not working because of base FOS UserManager logic. This PR fixes it.

chEbba commented 11 years ago

btw it will be cool to backport this fix to version branches like 1.4

leopro commented 11 years ago

@chEbba could you please cover the method with a unit test ? you can add the test to PUGX\MultiUserBundle\Tests\Doctrine\UserManagerTest

leopro commented 11 years ago

:+1: