aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-13 19:08:15 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-03-13 19:08:15 -0500
commita01e0679f4134f849473f8a98cb43f5a4aa8d7d8 (patch)
tree4105c8df01be1a7288809559fce9921e93a86bcd /debian
parente2c9b425415a00012b2c579c40c369da4ac7c98b (diff)
downloadikiwiki-a01e0679f4134f849473f8a98cb43f5a4aa8d7d8.tar
ikiwiki-a01e0679f4134f849473f8a98cb43f5a4aa8d7d8.tar.gz
openid: Use Openid Simple Registration or OpenID Attribute Exchange to get the user's email address and username.
The info is stored in the session database, not the user database. There should be no reason to need it when a user is not logged in. Also, hide the email field in the preferences page for openid users. Note that the email and username are not yet actually used for anything. The email will be useful for gravatar, while the username might be used for a more pretty display of the openid.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9e779bb18..854d83130 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ikiwiki (3.20100313) UNRELEASED; urgency=low
* websetup: Add websetup_unsafe to allow marking other settings
as unsafe.
+ * openid: Use Openid Simple Registration or OpenID Attribute Exchange
+ to get the user's email address and username.
-- Joey Hess <joeyh@debian.org> Sat, 13 Mar 2010 14:48:10 -0500