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