- anti-abuse features created
[mir.git] / source / default.properties
index 3455052..d89e055 100755 (executable)
@@ -47,6 +47,17 @@ Mir.Version=1.1beta
 StandardLanguage=de
 DirectOpenposting=yes
 
+# The name of the abuse config file (relative to the WEB-INF dir)
+Abuse.Config=abuse.properties
+# The name of the cookie that can be used to thwart trolls
+#    (The name is deliberately misleading)
+Abuse.CookieName=SessionIdentifier
+
+# The time the cookie will remain active in hours
+#   168 = 1 week
+Abuse.CookieMaxAge=168
+
+
 #where to put the lucene index
 IndexPath=/tmp/index
 
@@ -92,9 +103,6 @@ Mir.Localizer.Producer.AllNewProducers= media.new;articles.changed;startpage.run
 GenerateFO=yes
 GeneratePDF=yes
 
-#on-time-password-protection
-PasswdProtection=no
-
 #use rsync to mirror the website to a remote-host
 Rsync=no
 Rsync.Script.Path=/var/www/bin/rsync-copy
@@ -263,6 +271,7 @@ ServletModule.OpenIndy.CommentDupeTemplate=etc/open/comment_dupe.template
 ServletModule.OpenIndy.PostingTemplate=etc/open/posting.template
 ServletModule.OpenIndy.PostingDoneTemplate=etc/open/posting_done.template
 ServletModule.OpenIndy.PostingDupeTemplate=etc/open/posting_dupe.template
+ServletModule.OpenIndy.PostingDisabledTemplate=etc/open/posting_disabled.template
 ServletModule.OpenIndy.SearchResultsTemplate=etc/open/search_results.template
 ServletModule.OpenIndy.PrepareMailTemplate=etc/open/prepare_mail.template
 ServletModule.OpenIndy.SentMailTemplate=etc/open/sent_mail.template