summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-04-03 20:48:48 +0000
committertailor <cygnus@janrain.com>2007-04-03 20:48:48 +0000
commitbe356a66406b333418cbd0f9ddff74fd08ea8b06 (patch)
treeb4200496f4ed58b322133fd74171eeee566f27f5 /Auth/OpenID
parent080222d2f329a52291fa206bf642d967236dfcda (diff)
downloadphp-openid-be356a66406b333418cbd0f9ddff74fd08ea8b06.zip
php-openid-be356a66406b333418cbd0f9ddff74fd08ea8b06.tar.gz
php-openid-be356a66406b333418cbd0f9ddff74fd08ea8b06.tar.bz2
[project @ Remove reference to user_setup_url]
Diffstat (limited to 'Auth/OpenID')
-rw-r--r--Auth/OpenID/Consumer.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index 31a1a4d..406a255 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -97,10 +97,7 @@
* the library in immediate mode. In immediate mode, there is an
* extra response possible from the server, which is essentially the
* server reporting that it doesn't have enough information to answer
- * the question yet. In addition to saying that, the identity server
- * provides a URL to which the user can be sent to provide the needed
- * information and let the server finish handling the original
- * request.
+ * the question yet.
*
* USING THIS LIBRARY
*