]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
add description_html
[ikiwiki.git] / IkiWiki.pm
index bfa85343d26e173d6648fc9da2314a8202903629..d11ceb8963b2c2d123c623e99aa3a3ea8f59a130 100644 (file)
@@ -284,6 +284,13 @@ sub getsetup () { #{{{
                safe => 0, # regexp
                rebuild => 1,
        },
+       banned_users => {
+               type => "string",
+               default => [],
+               description => "users who cannot use the wiki",
+               safe => 1,
+               rebuild => 0,
+       },
        wiki_file_prune_regexps => {
                type => "internal",
                default => [qr/(^|\/)\.\.(\/|$)/, qr/^\./, qr/\/\./,