aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-23 20:21:44 -0400
committerJoey Hess <joey@kitenet.net>2010-06-23 20:21:54 -0400
commit9a2c56b748ec9cd9230abada56267bde1840ca39 (patch)
treed6095358a26254c083d8cdebad7d5e6fae7e07e1
parentf008caf4409fc9fc676021271706d9d6f0f25789 (diff)
downloadikiwiki-9a2c56b748ec9cd9230abada56267bde1840ca39.tar
ikiwiki-9a2c56b748ec9cd9230abada56267bde1840ca39.tar.gz
openid nickname support finished; closing
-rw-r--r--doc/todo/Separate_OpenIDs_and_usernames.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/Separate_OpenIDs_and_usernames.mdwn b/doc/todo/Separate_OpenIDs_and_usernames.mdwn
index 60b7b6c61..a4940220a 100644
--- a/doc/todo/Separate_OpenIDs_and_usernames.mdwn
+++ b/doc/todo/Separate_OpenIDs_and_usernames.mdwn
@@ -46,8 +46,8 @@ A slightly more complex next step would be to request sreg from the provider and
> `openiduser`.
> (done)
> * Modify comment plugin to put the session username in the comment
-> template instead of the `openiduser`.
+> template instead of the `openiduser`. (done)
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]]
+[[!tag wishlist done]]