From 5474fdfb0a6bc883c53c62eb1ed2b81b042cc832 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 9 Dec 2008 01:48:46 +0100 Subject: [PATCH] [svn r17145] Minor - added comment on why we do not fill firstname and lastname automatically --- main/auth/openid/login.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/auth/openid/login.php b/main/auth/openid/login.php index f9d0d305a6..509eb9fcc3 100644 --- a/main/auth/openid/login.php +++ b/main/auth/openid/login.php @@ -274,7 +274,8 @@ function openid_authentication_request($claimed_id, $identity, $return_to = '', $request['openid.trust_root'] = $realm; } - // Simple Registration + // Simple Registration - we don't ask lastname and firstname because the only + // available similar data is "fullname" and we would have to guess where to split $request['openid.sreg.required'] = 'nickname,email'; $request['openid.ns.sreg'] = "http://openid.net/extensions/sreg/1.1";