1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: python-django-registration
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Raphaël Hertzog <hertzog@debian.org>, Stephan Peijnik <debian@sp.or.at>, Stephan Sürken <absurd@debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
Build-Depends-Indep: python-django (>= 1.4), python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
Homepage: http://www.bitbucket.org/ubernostrum/django-registration/wiki/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-registration/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-registration/trunk/
Package: python-django-registration
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, python-django (>= 1.4)
Description: User-registration application for Django
This is a fairly simple user-registration application for Django,
designed to make allowing user signups as painless as possible.
.
Its main feature over Django's standard user-registration application is
the support of email confirmation.
.
This application enables a fairly common workflow for user signups:
1. User signs up for an account.
2. User gets emailed an activation link.
3. User clicks the activation link before it expires.
4. User becomes a happy and productive contributor to your site.
.
WARNING: This application is lacking an upstream maintainer. The original
author stopped maintaining it in September 2013.
|