diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-02-09 10:31:54 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-02-09 10:33:07 +0100 |
commit | 3afcabb62b1fbfd87c3fd847a1e94bcff1f2827b (patch) | |
tree | 2fa69ae9cd7f9cf78666f15c36f235112dc26217 /ikiwiki.setup | |
parent | 6218d1ddb991589abdded8f4c8ece4b6c015080b (diff) | |
download | web-3afcabb62b1fbfd87c3fd847a1e94bcff1f2827b.tar.gz web-3afcabb62b1fbfd87c3fd847a1e94bcff1f2827b.tar.bz2 web-3afcabb62b1fbfd87c3fd847a1e94bcff1f2827b.zip |
Remove spam, ban user.
This reverts commit 6218d1ddb991589abdded8f4c8ece4b6c015080b.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 9cd23660..20a02a66 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -38,7 +38,7 @@ IkiWiki::Setup::Standard->import({ # users who are wiki admins adminuser => [qw{tschwinge}], # users who are banned from the wiki - banned_users => [qw{ColetCris http://calvinyoung.myopenid.com/}], + banned_users => [qw{AlbertF ColetCris http://calvinyoung.myopenid.com/}], # where the source of the wiki is located srcdir => $srcdir, # where to build the wiki |