]> git.ozlabs.org Git - patchwork/commit
registration: use EmailConfimation rather than separate registration app
authorJeremy Kerr <jk@ozlabs.org>
Sun, 31 Oct 2010 23:29:29 +0000 (19:29 -0400)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 14 Apr 2011 09:21:04 +0000 (17:21 +0800)
commitc2c6a408c7764fa29389ce160f52776c9308d50a
tree1c47388b5494210aeed87f56f0c8b6e9fbeb4633
parent56e2243f3be7e859666ce0e4e1a8b8b94444f8d4
registration: use EmailConfimation rather than separate registration app

Since we have infrastructure for email confirmations, we no longer need
the separate registration app.

Requires a migration script, which will delete all inactive users,
including those newly added and pending confirmation. Use carefully.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
30 files changed:
apps/patchwork/forms.py
apps/patchwork/models.py
apps/patchwork/tests/__init__.py
apps/patchwork/tests/registration.py [new file with mode: 0644]
apps/patchwork/tests/user.py
apps/patchwork/tests/utils.py
apps/patchwork/urls.py
apps/patchwork/views/base.py
apps/patchwork/views/user.py
apps/settings.py
apps/urls.py
docs/INSTALL
lib/sql/grant-all.mysql.sql
lib/sql/grant-all.postgres.sql
lib/sql/migration/009-drop-registrationprofile.sql [new file with mode: 0644]
templates/base.html
templates/patchwork/activation_email.txt [new file with mode: 0644]
templates/patchwork/activation_email_subject.txt [new file with mode: 0644]
templates/patchwork/help/about.html
templates/patchwork/login.html [new file with mode: 0644]
templates/patchwork/logout.html [new file with mode: 0644]
templates/patchwork/registration-confirm.html [new file with mode: 0644]
templates/patchwork/registration_form.html [new file with mode: 0644]
templates/registration/activate.html [deleted file]
templates/registration/activation_email.txt [deleted file]
templates/registration/activation_email_subject.txt [deleted file]
templates/registration/login.html [deleted file]
templates/registration/logout.html [deleted file]
templates/registration/registration_complete.html [deleted file]
templates/registration/registration_form.html [deleted file]