2009-09-08 21:17:39 +02:00
|
|
|
Banned users can be configured in the setup file via the `banned_users`
|
|
|
|
setting. This is a list of user names, or [[PageSpecs|ikiwiki/PageSpec]]
|
|
|
|
to ban. Using a PageSpec is useful to block an IP address.
|
|
|
|
|
|
|
|
For example:
|
|
|
|
|
|
|
|
banned_users => ['evilspammer', 'ip(192.168.1.1)'],
|
2007-01-03 17:55:32 +01:00
|
|
|
|
2007-01-04 10:21:17 +01:00
|
|
|
If a banned user attempts to use the ikiwiki CGI, they will receive a 403
|
|
|
|
Forbidden webpage indicating they are banned.
|