diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-04 09:21:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-04 09:21:17 +0000 |
commit | 4a901fe94520b6b9c694b31b155e07f11db83e82 (patch) | |
tree | ebc5b1ee66086fc743717744765b5719e43c0b06 | |
parent | 30cd1f80ba006e9283ae8b03c2428f1b1408c19a (diff) |
move to correct location and response
-rw-r--r-- | doc/banned_users.mdwn (renamed from doc/index/banned_users.mdwn) | 4 | ||||
-rw-r--r-- | doc/banned_users/discussion.mdwn (renamed from doc/index/banned_users/discussion.mdwn) | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/index/banned_users.mdwn b/doc/banned_users.mdwn index e9e019b41..11e744b10 100644 --- a/doc/index/banned_users.mdwn +++ b/doc/banned_users.mdwn @@ -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.
\ No newline at end of file +If a banned user attempts to use the ikiwiki CGI, they will receive a 403 +Forbidden webpage indicating they are banned. diff --git a/doc/index/banned_users/discussion.mdwn b/doc/banned_users/discussion.mdwn index 558bd93cf..77da17893 100644 --- a/doc/index/banned_users/discussion.mdwn +++ b/doc/banned_users/discussion.mdwn @@ -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
\ No newline at end of file +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]] |