aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Separate_OpenIDs_and_usernames.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-02 17:34:52 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-02 17:34:52 -0400
commit4857ac45854026f36340abca13aa35e23bcd5d2d (patch)
treeb141fbaeeae7e3af972954f0891bcc94c80515d9 /doc/todo/Separate_OpenIDs_and_usernames.mdwn
parentdaa095689abd9e8b00625d9b3495fa391e532d88 (diff)
downloadikiwiki-4857ac45854026f36340abca13aa35e23bcd5d2d.tar
ikiwiki-4857ac45854026f36340abca13aa35e23bcd5d2d.tar.gz
tag
Diffstat (limited to 'doc/todo/Separate_OpenIDs_and_usernames.mdwn')
-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 3dd48767e..2cd52e8c4 100644
--- a/doc/todo/Separate_OpenIDs_and_usernames.mdwn
+++ b/doc/todo/Separate_OpenIDs_and_usernames.mdwn
@@ -7,3 +7,5 @@ I see this being implemented in one of two possible ways. The easiest seems like
A slightly more complex next step would be to request sreg from the provider and, if provided, automatically set the identity's username and email address from the provided persona. If username login to accounts with blank passwords is disabled, then you have the best of both worlds. Passwordless signin, human-friendly attribution, automatic setting of preferences.
Unfortunately I don't speak Perl, so hopefully someone thinks these suggestions are good enough to code up. I've hacked on openid code in Ruby before, so hopefully these changes aren't all that difficult to implement. Even if you don't get any data via sreg, you're no worse off than where you are now, so I don't think there'd need to be much in the way of error/sanity-checking of returned data. If it's null or not available then no big deal, typing in a username is no sweat.
+
+[[!tag wishlist]]