summaryrefslogtreecommitdiffstats
path: root/askbot/conf
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-01 21:09:24 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-01 21:09:24 -0400
commitcb01a8d0fc658821a9fcf313007da00a528c2008 (patch)
tree3a70190e37a151db31228de4ad48f1aaaf8373d8 /askbot/conf
parentdb853927d7c6adf8f89e1b0ac7d6c9f9691e0592 (diff)
downloadaskbot-cb01a8d0fc658821a9fcf313007da00a528c2008.tar.gz
askbot-cb01a8d0fc658821a9fcf313007da00a528c2008.tar.bz2
askbot-cb01a8d0fc658821a9fcf313007da00a528c2008.zip
removed possibility to have >1 account with the same email address
Diffstat (limited to 'askbot/conf')
-rw-r--r--askbot/conf/email.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/askbot/conf/email.py b/askbot/conf/email.py
index 3847b18a..db1fc813 100644
--- a/askbot/conf/email.py
+++ b/askbot/conf/email.py
@@ -230,15 +230,6 @@ settings.register(
)
settings.register(
- livesettings.BooleanValue(
- EMAIL,
- 'EMAIL_UNIQUE',
- default=True,
- description=_('Allow only one account per email address')
- )
-)
-
-settings.register(
livesettings.StringValue(
EMAIL,
'ANONYMOUS_USER_EMAIL',