Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 01:50 pm EDT

Geeklog Forums

Openid login missing in 1.5.2 ?


Status: offline

jmatt

Forum User
Junior
Registered: 01/06/03
Posts: 30
Location:Tatertown, KY, USA
Upgrading from 1.4.1 to 1.5.2.sr4.

Openid Login no longer appears in the User Functions block.

I have checked to make sure it is enabled in config, and I checked the settings in the database to make sure it got turned on:

mysql> select value from gl_conf_values where name = 'user_login_method';
+---------------------------------------------------------------+
| value |
+---------------------------------------------------------------+
| a:3:{s:8:"standard";b:1;s:6:"openid";b:1;s:8:"3rdparty";b:0;} |
+---------------------------------------------------------------+

I have tried both the professional and chameleon themes. I looked at the loginform.thtml template in both themes, and they both contain:
{openid_login}

Any other suggestions of places to check to see why it isn't working?
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
The actual OpenID login form is in a template file called loginform_openid.thtml. Do you have that?

bye, Dirk
 Quote

Status: offline

jmatt

Forum User
Junior
Registered: 01/06/03
Posts: 30
Location:Tatertown, KY, USA
Yes, that file exists in the theme directory.
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
There's also a subtle dependency between OpenID and the options for user submissions. OpenID users can't be queued or approved, so if you enable the user submission queue or disable new user registrations, the OpenID form won't show up.

bye, Dirk
 Quote

Status: offline

jmatt

Forum User
Junior
Registered: 01/06/03
Posts: 30
Location:Tatertown, KY, USA
I was just about to post that I had read the code and figured that out Wink

if ($_CONF['user_login_method']['openid'] && ($_CONF['usersubmission'] == 0) && !$_CONF['disable_new_user_registration']) {


I had turned on the User Submission Queue option in the upgraded system. I turned that back off and it works now. Thanks.
 Quote

All times are EDT. The time is now 01:50 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content