Django-allauth: custom signup form for socialaccount -


i have found in this question (and doc) 1 can use account_signup_form_class define custom form field presented during account registration. however, form not seem appear in flow of using social account (at least not default).

is there way have it, or customize handlers introduce such step ? otherwise, give quite non-unified signup process (people using social accounts have go , fill information afterwards in settings screen, rather being asked once).

as of can defined socialaccount_forms in settings set own custom social signup form:

socialaccount_forms = {     'signup': 'myproject.myapp.forms.customsocialsignupform' } 

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -