X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/10c37b22084e296a86a4fc13eb4f5fb2a15bdd8b..13bee2f2e6aea2d936909861f3ab60bb09821a60:/forum/settings/users.py diff --git a/forum/settings/users.py b/forum/settings/users.py index 2a79942..040e8eb 100644 --- a/forum/settings/users.py +++ b/forum/settings/users.py @@ -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..."),