0👍
As of now you can defined SOCIALACCOUNT_FORMS in your settings to set your own custom social signup form:
SOCIALACCOUNT_FORMS = {
'signup': 'myproject.myapp.forms.CustomSocialSignupForm'
}
Source:stackexchange.com
0👍
As of now you can defined SOCIALACCOUNT_FORMS in your settings to set your own custom social signup form:
SOCIALACCOUNT_FORMS = {
'signup': 'myproject.myapp.forms.CustomSocialSignupForm'
}