]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/banned_users.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.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.
5 For example:
7         banned_users => ['evilspammer', 'ip(192.168.1.1)'],
9 If a banned user attempts to use the ikiwiki CGI, they will receive a 403
10 Forbidden webpage indicating they are banned.
12 Note that when [[plugins/emailauth]] is used, the user's email address
13 is displayed in cloaked form in commits of their edits. This cloaked email
14 address can be used as-is in the `banned_users` setting.