Hacker News new | ask | show | jobs
by kmfrk 4909 days ago
I think you can just override the default clean_username() in RegistrationForm:

https://bitbucket.org/ubernostrum/django-registration/src/27...

Looks like that's the only place that enforces duplicate usernames.