move to correct location and response

master
joey 2007-01-04 09:21:17 +00:00
parent 30cd1f80ba
commit 4a901fe945
2 changed files with 7 additions and 3 deletions

View File

@ -2,5 +2,5 @@ Wiki admins can ban users via their Preferences.
The list of banned users is space delimited.
If a banned user attempts to use the ikiwiki CGI, they will receive a 403 Forbidden webpage
indicating they are banned.
If a banned user attempts to use the ikiwiki CGI, they will receive a 403
Forbidden webpage indicating they are banned.

View File

@ -1,3 +1,7 @@
Jeremy, what about OpenID users? Do they also have Preferences?
I don't use openid plugin in my ikiwiki, so I can't check
whether OpenID users are stored in .ikiwiki/userdb file. --Pawel
whether OpenID users are stored in .ikiwiki/userdb file. --Pawel
> OpenID users are first-class users. It's even possible to set the
> adminuser config option to an OpenID. The preferences work the same as
> for any other user. --[[Joey]]