aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]]