Peter Wooster
Results
1
comments of
Peter Wooster
This works out quite simply in FOSUserBundle V2.0, first set the UserProvider to allow username or email: ``` providers: fos_userbundle: id: fos_user.user_provider.username_email ``` Then add an EventListener for Registration Initialization...