nilanjanbasu / Sample-Django-Blog

A Django Blog using authentication, DB persistence, Sessions, MVC architecture, Templates
1 stars 2 forks source link

Registering with Twitter: Ugly username when username clashes with existing username in DB #1

Closed nilanjanbasu closed 12 years ago

nilanjanbasu commented 12 years ago

Need to customize the pipeline in django-social-auth.

nilanjanbasu commented 12 years ago

Fixed it, now users are given an option of choosing their username when registering through Twitter.