]> git.openstreetmap.org Git - osqa.git/blobdiff - settings_local.py.dist
Erroneous setting being used.
[osqa.git] / settings_local.py.dist
index 053032b10422558ebaf205139d4055ea893de77c..8f997e5253a1c2082b6790ec867d87f936fcf8ef 100644 (file)
@@ -13,7 +13,7 @@ logging.basicConfig(
 )
 
 #ADMINS and MANAGERS
-ADMINS = (('Forum Admin', 'forum@example.com'),)
+ADMINS = ()
 MANAGERS = ADMINS
 
 DEBUG = False
@@ -54,8 +54,6 @@ FORUM_SCRIPT_ALIAS = '' #no leading slash, default = '' empty string
 USE_I18N = True
 LANGUAGE_CODE = 'en'
 
-EMAIL_VALIDATION = 'off' #string - on|off
-
 DJANGO_VERSION = 1.1
 OSQA_DEFAULT_SKIN = 'default'