The Basics
This is just a simple, portable, generic user-registration application for Django projects. Workflow follows a simple pattern:
- A user signs up for a new account, which will be inactive by default.
- An email is sent to the address they used to register, containing an activation link.
- Once they click the activation link, the account becomes active and they can log in as normal.
Requires a recent Subversion checkout of Django; this application is tracking backwards-incompatible changes in trunk, which means that it will not work with Django 0.96.
Project Home – http://code.google.com/p/django-registration/Grab the Repository – svn checkout http://django-registration.googlecode.com/svn/trunk/
Recent Commits
-
170 was committed 3 months, 2 weeks ago.
Missed one
-
169 was committed 3 months, 2 weeks ago.
Merge back changes from temporary git mirror
-
168 was committed 4 months, 1 week ago.
Kill the validator import
-
167 was committed 4 months, 1 week ago.
Change username field in RegistrationForm to a RegexField
-
166 was committed 5 months, 1 week ago.
Version 0.6
-
165 was committed 6 months ago.
Set some additional svn:ignore properties
-
164 was committed 6 months ago.
Experimental support for extra_context in registration/activation views
-
163 was committed 6 months, 2 weeks ago.
And that doesn’t really need a module docstring
-
162 was committed 6 months, 2 weeks ago.
One more docstring tweak
-
161 was committed 6 months, 2 weeks ago.
More docstring cleanup