summaryrefslogtreecommitdiff
path: root/doc/banned_users/discussion.mdwn
blob: af945e9533b9ee9931befe809dfc8a66a2149356 (plain)

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

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]]

Thanks a lot for your explanation! But I have a next question :) What about password of OpenID users? I can see in Preferences page that I can change my password there. Has it a sense? After all I store my OpenID password on OpenID server and I don't want to do it on ikiwiki home page site. --Pawel

This wiki is currently configured to use both passwordauth and openid, so it's possible to create an account by signing in with an openid, then enter a password for that account, and then log in using the openid and the password. Though I can't imagine why you'd waint to do that.. The password stuff goes away if passwordauth is disabled.