macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 347 forks source link

discuss and document the future of django-registration #182

Open dicato opened 8 years ago

dicato commented 8 years ago

The maintainers of this project have discussed its future and agree that, in general, django-allauth is a better solution to Django User registration for those looking to adopt something.

However, we do not intend to stop maintaining this project. Our current goal is to continue supporting bug fixes, security fixes, enhancements, and new work from contributors, but to strongly suggest new adopters to look at django-allauth.

This is related to #181

ThomasWaldmann commented 8 years ago

If there was an easy, proven data migration path from this to the other, it might actually happen.

timgraham commented 8 years ago

You could also point people back to the original django-registration which is maintained again.

dicato commented 8 years ago

@timgraham do you have first hand experience with that package? I do not, so would not want to strongly recommend it like I do django-allauth.

timgraham commented 8 years ago

It's the original project from which django-registration-redux was forked. James Bennett is a Django core developer, so I think it's trustable.

charliedontsurf commented 6 years ago

Newbie here, but something I'd find useful is how to add your own custom fields to the registration page. Let's say things like age or favourite band. Perhaps this is quite obvious for seasoned developers but for me it's going to take a bit of work subclassing forms or overriding URLs. Thanks.

joshblum commented 6 years ago

@charliedontsurf we have a small snippet about multiple form inheritance does that help?