PUGX / PUGXMultiUserBundle

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

Registering user without logging the user in #62

Open barraj opened 10 years ago

barraj commented 10 years ago

hi, Thank you for the great work. I need to disable the default functionality. I know that this is about FOSUSerBundle but I'm using PUGXMultiUserBundle which override the default comtroler public function registerAction() { return $this->container ->get('pugx_multi_user.registration_manager') ->register('Acme\UserBundle\Entity\UserOne'); } Any response will be appreciated.