aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-06-30 00:12:52 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-06-30 00:12:52 +0300
commitd456d0c16969a998a9522f2f380aa82866997692 (patch)
tree817589534fe81ff992fed7264fc2dec7d7743a85 /settings
parentAdd email validation support. When a user signs up, the email doesn't (diff)
downloadidentity.gentoo.org-d456d0c16969a998a9522f2f380aa82866997692.tar.gz
identity.gentoo.org-d456d0c16969a998a9522f2f380aa82866997692.tar.bz2
identity.gentoo.org-d456d0c16969a998a9522f2f380aa82866997692.zip
New app, verification, for email verification
Diffstat (limited to 'settings')
-rw-r--r--settings/10-base.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/10-base.conf b/settings/10-base.conf
index bd94e80..c97e6a8 100644
--- a/settings/10-base.conf
+++ b/settings/10-base.conf
@@ -68,7 +68,7 @@ INSTALLED_APPS = (
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'okupy.accounts',
- 'okupy.signup',
+ 'okupy.verification',
)
LOGIN_URL = '/login/'