aboutsummaryrefslogtreecommitdiff
path: root/doc/banned_users.mdwn
blob: c44f8c587fd12af58e0f0e0275e76d7123b2b57b (plain)
1
2
3
4
5
6
7
8
9
10
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)'],

If a banned user attempts to use the ikiwiki CGI, they will receive a 403
Forbidden webpage indicating they are banned.