Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.7 KB

index.rst

File metadata and controls

54 lines (42 loc) · 1.7 KB

documentation

This documentation covers the release of , a simple but extensible application providing user registration functionality for Django powered websites.

Although nearly all aspects of the registration process are customizable, out-of-the-box support is provided for two common use cases:

  • Two-phase registration, consisting of initial signup followed by a confirmation email with instructions for activating the new account.
  • One-phase registration, where a user signs up and is immediately active and logged in.

To get up and running quickly, consult the quick-start guide <quickstart>, which describes all the necessary steps to install and configure it for the default workflow. For more detailed information, including how to customize the registration process (and support for alternate registration systems), read through the documentation listed below.

If you are upgrading from a previous release, please read the upgrade guide <upgrade> for information on what's changed.

Contents:

quickstart release-notes upgrade default-backend simple-backend forms views signals faq