aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawl3JW_Ow4xMqj98Ig1vwGx_AnjUSsgwE8E <Ivan@web>2013-03-25 13:00:11 -0400
committeradmin <admin@branchable.com>2013-03-25 13:00:11 -0400
commit5af5cd43a908872f90fe18204843eba6093d73bd (patch)
tree9bf9387ff75682eba984125861cd24207fd2f7b3
parent1f6b03ed27bd5c7b98d12d394e9053aa530796d2 (diff)
downloadikiwiki-5af5cd43a908872f90fe18204843eba6093d73bd.tar
ikiwiki-5af5cd43a908872f90fe18204843eba6093d73bd.tar.gz
a thought why associating several OpenIDs with an account can make sense (primarily applicable to ikiwiki admins only)
-rw-r--r--doc/todo/Separate_OpenIDs_and_usernames.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Separate_OpenIDs_and_usernames.mdwn b/doc/todo/Separate_OpenIDs_and_usernames.mdwn
index a4940220a..b7ff82282 100644
--- a/doc/todo/Separate_OpenIDs_and_usernames.mdwn
+++ b/doc/todo/Separate_OpenIDs_and_usernames.mdwn
@@ -13,6 +13,8 @@ A slightly more complex next step would be to request sreg from the provider and
> implemented as a badly-done wart on the side of their regular login
> system.
>
+> > If there are user profiles on the site with non-empty information associated with them (including permissions, reputation), then it would make more sense to be able to access your user profile with alternative OpenIDs (in case one of the provider goes down), as on <http://stackoverflow.com>. In ikiwiki, there might be no such special information associated with users (or you can think of something like this?), except for the admin rights. But fortunately, several OpenIDs can be set up for admins in ikwiki. (Only if it comes to [the OpenIDs provided by Gmail][forum/google openid broken?], then it turns out to be unhandy to write the ID into the configuration file as a second admin ID.)--Ivan Z.
+>
> The openid plugin now attempts to get an email and a username, and stores
> them in the session database for later use (ie, when the user edits a
> page).