summaryrefslogtreecommitdiff
path: root/doc/todo/avatar.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-13 19:24:51 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-13 19:24:51 -0500
commit8f4f81cdfdcb68be5efb385dc07e4a0a04352a9d (patch)
tree916aab5216f30eb51a6da5a525f761207ec30c33 /doc/todo/avatar.mdwn
parent4f6c544fa8e7dd21450952f0a9fc3918ee600705 (diff)
wrinkles
Diffstat (limited to 'doc/todo/avatar.mdwn')
-rw-r--r--doc/todo/avatar.mdwn14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/todo/avatar.mdwn b/doc/todo/avatar.mdwn
index 4409e7b14..3a4e64b95 100644
--- a/doc/todo/avatar.mdwn
+++ b/doc/todo/avatar.mdwn
@@ -15,14 +15,20 @@ included in eg, a comment post via a template. Possibly included in a
recentchanges page item via that template too?
The avatars are provided by various sites. For email addresses, it uses a
-[gravatar](http://gravatar.com/). For openid,
-[openavatar](http://www.openvatar.com/) could used, but I am not very happy
-with it; probably better to just get the email via SREG (as is done now for
-openid), and use that. For a wiki username, the
+[gravatar](http://gravatar.com/). For a wiki username, the
user's email address is looked up and the gravatar for that user is
displayed. (Of course, the user has to have filled in their email address
on their Preferences page for that to work.)
+For openid, openavatar sucked and is now dead. So we need to use an email
+address instead, I guess. Problem is that the email address of a given
+openid is only known when that user is logged in and making a change.
+And we don't want to leak an openid user's email into a page either.
+Hmm. Suppose the gravatar hash could be calculated from the email address
+and embedded instead of the openid?
+
+Or, for openid, could use <http://paulisageek.com/openidavatar>.
+
An optional second parameter can be included, containing additional
options to pass in the
[gravatar url](http://en.gravatar.com/site/implement/url).