Django-registration 1.0 is out
11–20 of 20 posts
Re: Django-registration 1.0 is out
#12Django registration is awesome but still no default templates ( or official companion project that provides them) I don't get it.
Re: Django-registration 1.0 is out
#13Re: Django-registration 1.0 is out
#14Is it now possible (and straightforward) to drop the requirement for a username and solely use email addresses for user accounts?
Re: Django-registration 1.0 is out
#15Django newbie here, how does Django-registrations compare to django-userena?
Overall, I'd say do a quick run through of both. If one of them has exactly what you need, stick with it. Otherwise, you are probably better off using the default User model or extending the default.
Re: Django-registration 1.0 is out
#16https://bitbucket.org/ubernostrum/django-registration/src/8f...
Re: Django-registration 1.0 is out
#17Is it now possible (and straightforward) to drop the requirement for a username and solely use email addresses for user accounts?
Why not just enforce the username field to email syntax?