1

Is there any option to separate registration form types? I would like to have 2 form types for normal registration and oauth registration. It looks like the bundle uses fosuserbundle's form type by default and ignores registration_form section in the configuration. It worked fine in previous versions of hwioauthbundle. Broken after upgrade to 0.3.*@dev.

quba
  • 435
  • 2
  • 10

1 Answers1

1

Temporary solved by overwriting bundle's alias in config:

services:
    hwi_oauth.registration.form.factory
        alias: my.oauth.registration.form.factory
quba
  • 435
  • 2
  • 10