X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/db72b4bb903793a6b04ab26a70c7961258d345f8..ff9cf41fc82917f82e95d99eae1dd0077c1fa32b:/forum/settings/repgain.py diff --git a/forum/settings/repgain.py b/forum/settings/repgain.py index cfb566b..6b283ec 100644 --- a/forum/settings/repgain.py +++ b/forum/settings/repgain.py @@ -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", help_text = _("Maximum reputation a user can gain in one day for being upvoted."))) +REP_GAIN_BY_EMAIL_VALIDATION = Setting('REP_GAIN_BY_EMAIL_VALIDATION', 10, REP_GAIN_SET, dict( +label = _("Rep gain by e-mail validation"), +help_text = _("Reputation a user gains for validating his e-mail."))) + REP_GAIN_BY_UPVOTED = Setting('REP_GAIN_BY_UPVOTED', 10, REP_GAIN_SET, dict( label = _("Rep gain by upvoted"), help_text = _("Reputation a user gains for having one of his posts up voted.")))