aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://joeyh.name/ <joey@web>2013-05-17 13:55:47 -0400
committeradmin <admin@branchable.com>2013-05-17 13:55:47 -0400
commiteee5a31401a641bb83c52d745e30ea9274e07400 (patch)
tree9660918ced07a69596176a4565821f4d2b24b216 /doc
parentbf9fdcc80fd511c97643139ae298790e770854ef (diff)
downloadikiwiki-eee5a31401a641bb83c52d745e30ea9274e07400.tar
ikiwiki-eee5a31401a641bb83c52d745e30ea9274e07400.tar.gz
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/How_can_I_prevent_spam__63__/comment_1_fd26fb7f1569e8c44ba8262794f938db._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/How_can_I_prevent_spam__63__/comment_1_fd26fb7f1569e8c44ba8262794f938db._comment b/doc/forum/How_can_I_prevent_spam__63__/comment_1_fd26fb7f1569e8c44ba8262794f938db._comment
new file mode 100644
index 000000000..a7293288c
--- /dev/null
+++ b/doc/forum/How_can_I_prevent_spam__63__/comment_1_fd26fb7f1569e8c44ba8262794f938db._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 1"
+ date="2013-05-17T17:55:46Z"
+ content="""
+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.
+
+Since you know the spammer's IP, put it into ikiwiki.setup:
+
+<pre>
+banned_users:
+ - ip(85.25.146.11)
+</pre>
+
+If the user was logging in, you could also put their username in the ban list.
+
+You can also try enabling the blogspam plugin.
+"""]]