don't auto-pull OpenID parameters

darcs-hash:20080710151842-84dde-ad2159088ed05830e4feba88880863c84c4728c8.gz
This commit is contained in:
Evan Prodromou 2008-07-10 11:18:42 -04:00
parent 573de867aa
commit f6bdb42d35
1 changed files with 3 additions and 1 deletions

View File

@ -128,7 +128,9 @@ class FinishopenidloginAction extends Action {
if ($user) {
oid_set_last($display);
oid_update_user($user, $sreg);
# XXX: commented out at @edd's request until better
# control over how data flows from OpenID provider.
# oid_update_user($user, $sreg);
common_set_user($user->nickname);
common_real_login(true);
$this->go_home($user->nickname);