| Issue 7: | validates fails after adding query parameters to returnUrl | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, I added a query parameter to the returnUrl: $openid->realm = 'http://localhost'; $openid->returnUrl = $openid->realm.'/index.php?id=content/account/openid'; In validate() this parameter is part of data['openid_return_to'] but missing in $this->returnUrl. $this->data['openid_return_to']: http://localhost/index.php?id=content/account/openid&openid.claimed_id=http://nhnb.de/ $this->returnUrl: http://localhost/index.php?openid.claimed_id=http://nhnb.de/
Sep 26, 2010
Project Member
#2
mewp...@gmail.com
Sep 26, 2010
Sorry, no, i did not. Thank for the help, it works now.
Sep 26, 2010
(No comment was entered for this change.)
Status:
Invalid
|