]> git.openstreetmap.org Git - osqa.git/commitdiff
Fixes an error reported in http://meta.osqa.net/questions/5274/why-does-unique-email...
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 15 Oct 2010 10:37:44 +0000 (10:37 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Fri, 15 Oct 2010 10:37:44 +0000 (10:37 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@606 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/settings/users.py

index 2a7994283c1c6ce0fcc3074222ec9acc7745ae6d..040e8ebcea7241ee7088646ffd2b52a5e33334a2 100644 (file)
@@ -30,7 +30,8 @@ required=False,
 
 EMAIL_UNIQUE = Setting('EMAIL_UNIQUE', True, USERS_SET, dict(
 label = _("Force unique email"),
-help_text = _("Should each user have an unique email.")))
+help_text = _("Should each user have an unique email."),
+required=False))
 
 REQUIRE_EMAIL_VALIDATION_TO = Setting('REQUIRE_EMAIL_VALIDATION_TO', [], USERS_SET, dict(
 label = _("Require email validation to..."),