]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/How_can_I_prevent_spam__63__/comment_1_fd26fb7f1569e8c44ba8262794f938db._comment
ikiwiki (3.20140916) unstable; urgency=low
[ikiwiki.git] / doc / forum / How_can_I_prevent_spam__63__ / comment_1_fd26fb7f1569e8c44ba8262794f938db._comment
1 [[!comment format=mdwn
2  username="http://joeyh.name/"
3  nickname="joey"
4  subject="comment 1"
5  date="2013-05-17T17:55:46Z"
6  content="""
7 Normally ikiwiki requires a valid session cookie of a logged in user to edit pages. It sounds like you may have the opendiscussion or anonok plugins enabled, which allows anyone to edit without logging in. Recommend disabling them.
8
9 Since you know the spammer's IP, put it into ikiwiki.setup:
10
11 <pre>
12 banned_users:
13   - ip(85.25.146.11)
14 </pre>
15
16 If the user was logging in, you could also put their username in the ban list.
17
18 You can also try enabling the blogspam plugin.
19 """]]