diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-03-04 12:13:47 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-03-04 12:14:41 +0100 |
commit | bf98dc58fc3ff5f36627532193f9fd9ace9de154 (patch) | |
tree | 045e722ab77c1211093e763e2fe96a029b1382c0 /ikiwiki.setup | |
parent | 654227611a5c0bd28ad99eaa2c57e59ed0dd85b3 (diff) | |
download | web-bf98dc58fc3ff5f36627532193f9fd9ace9de154.tar.gz web-bf98dc58fc3ff5f36627532193f9fd9ace9de154.tar.bz2 web-bf98dc58fc3ff5f36627532193f9fd9ace9de154.zip |
Remove spam, ban user.
This reverts commit 654227611a5c0bd28ad99eaa2c57e59ed0dd85b3.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 20a02a66..108078f5 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -38,7 +38,8 @@ IkiWiki::Setup::Standard->import({ # users who are wiki admins adminuser => [qw{tschwinge}], # users who are banned from the wiki - banned_users => [qw{AlbertF ColetCris http://calvinyoung.myopenid.com/}], + banned_users => [qw{AlbertF bernhart ColetCris + http://calvinyoung.myopenid.com/}], # where the source of the wiki is located srcdir => $srcdir, # where to build the wiki |