]> sipb.mit.edu Git - ikiwiki.git/blob - doc/banned_users.mdwn
refer to the other guides earlier
[ikiwiki.git] / doc / banned_users.mdwn
1 Banned users can be configured in the setup file via the `banned_users`
2 setting. This is a list of user names, or [[PageSpecs|ikiwiki/PageSpec]]
3 to ban. Using a PageSpec is useful to block an IP address.
4
5 For example:
6
7         banned_users => ['evilspammer', 'ip(192.168.1.1)'],
8
9 If a banned user attempts to use the ikiwiki CGI, they will receive a 403
10 Forbidden webpage indicating they are banned.