]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/repgain.py
Make RequestHolder thread-safe
[osqa.git] / forum / settings / repgain.py
index cfb566bbdf85019d9446cba04033b30dc7744de6..6b283ec2604ae95bf52fbe09929ff938cd7fc0b8 100644 (file)
@@ -11,6 +11,10 @@ MAX_REP_BY_UPVOTE_DAY = Setting('MAX_REP_BY_UPVOTE_DAY', 200, REP_GAIN_SET, dict
 label = "Max rep by up votes / day",\r
 help_text = _("Maximum reputation a user can gain in one day for being upvoted.")))\r
 \r
+REP_GAIN_BY_EMAIL_VALIDATION = Setting('REP_GAIN_BY_EMAIL_VALIDATION', 10, REP_GAIN_SET, dict(\r
+label = _("Rep gain by e-mail validation"),\r
+help_text = _("Reputation a user gains for validating his e-mail.")))\r
+\r
 REP_GAIN_BY_UPVOTED = Setting('REP_GAIN_BY_UPVOTED', 10, REP_GAIN_SET, dict(\r
 label = _("Rep gain by upvoted"),\r
 help_text = _("Reputation a user gains for having one of his posts up voted.")))\r