PUGX / PUGXMultiUserBundle

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

Add form options, controller template arrays #95

Open truckee opened 8 years ago

truckee commented 8 years ago

This PR adds the ability to send config.yml options to registration and profile forms. It also adds the ability to add business logic to registration and profile controllers. These controllers have ready access to the container, making it possible to create an array of templates based on a set of conditions. The templates array is then passed to the registration & profile templates. See the updated documentation for details.

truckee commented 8 years ago

Please note: ProfileManager, RegistrationManager have been checked by php-cs-fixer psr-2.