danihodovic / django-allauth-ui

Nice looking templates for django-allauth
https://django-allauth-ui.hodovi.ch
MIT License
202 stars 24 forks source link

Signup screen with social connectors #23

Open aehlke opened 1 year ago

aehlke commented 1 year ago

It's most typical for websites to show new users a signup screen, which offers username or social signup options. However allauth (and this repo of templates) prefers to show either a username-based signup without social signup options, or a username login form with social options for signup or sign-in. I suggest adding a template/view for the most common pattern, a screen with a signup form (or link to signup form is also fine), and social signin options.