Skip to content

Commit f36da4a

Browse files
committed
Disabled capatchas (not working).
1 parent 5867591 commit f36da4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

trac-env/conf/trac.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ akismet_karma = 4
152152
attachment_karma = 0
153153
attachment_sample_size = 16384
154154
authenticated_karma = 0
155-
bayes_karma = 30
155+
bayes_karma = 20
156156
blogspam_karma = 5
157157
botscout_karma = 3
158158
captcha = Recaptcha2Captcha
@@ -183,7 +183,8 @@ max_posts_by_ip = 10
183183
min_karma = 1
184184
purge_age = 15
185185
regex_karma = 10
186-
reject_handler = CaptchaSystem
186+
register_karma = 0
187+
reject_handler = FilterSystem
187188
session_karma = 20
188189
spam_monitor_entries = 50
189190
spambusted_karma = 3
@@ -192,6 +193,7 @@ stopforumspam_karma = 5
192193
trap_karma = 10
193194
trust_authenticated = disabled
194195
typepad_karma = 5
196+
url_blacklist_karma = 3
195197

196198
[svn]
197199
authz_file =

0 commit comments

Comments
 (0)