Overview of django-registration features
trunkdjango-registration is a user-registration application for Django sites. It provides extensible support for several registration workflows:
- Default Django User Model: Registration using the standard Django user model.
- Custom User Models: Support for many different custom user model implementations.
- Two-step Registration: A workflow where an activation link is emailed to the user to complete registration.
- One-step Registration: A workflow where users are registered and immediately logged in.
The package is designed to be extensible for use cases beyond these built-in options.