diff options
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 108078f5..eb31a420 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -38,8 +38,9 @@ IkiWiki::Setup::Standard->import({ # users who are wiki admins adminuser => [qw{tschwinge}], # users who are banned from the wiki - banned_users => [qw{AlbertF bernhart ColetCris - http://calvinyoung.myopenid.com/}], + banned_users => [qw{AlbertF bernhart ColetCris flamberian jasclaine + http://calvinyoung.myopenid.com/ + http://hilarybunton.myopenid.com/}], # where the source of the wiki is located srcdir => $srcdir, # where to build the wiki |