PUGX / PUGXMultiUserBundle

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

Use configuration of Fos User to a specific Type #72

Open djoo opened 9 years ago

djoo commented 9 years ago

Hi,

Thank you for this extension, it's easy to install and very useful.

I want to disabled confirmation for one of my user type. In fos user it's in the configuration file : https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/configuration_reference.md (registration / confirmation / enabled).

I try to do the same thing in my pugx_multi_users.yml, but : Unrecognized options "confirmation" under "pugx_multi_user.users.contact.registration"

Is there a good practice to do this ?

Thanks

Djoo