[dbscript-devel] or rather....
Status: Alpha
Brought to you by:
foghorn43
From: Brian H. <br...@me...> - 2008-09-26 22:11:32
|
Matthew, In your config.yml you can change the "openid_version" to 1 it sounds like your host does not like the wp-openid plugin -- have you used Wordpress with OpenID on that host? thanks a lot for your effort -- Brian regarding that other replacement code... use return; instead of break; if ( null === $auth_request ) { $_SESSION['openid_degrade'] = true; $request->set_param('return_url',$request->url_for ( 'openid_continue' )); $request->set_param('protected_url',$request->base); $request->set_param('openid_url',$_SESSION['openid_url']); authenticate_with_openid(); return; } |