Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Registration with OpenID does not work #23

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments
Closed

Registration with OpenID does not work #23

GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Register with openID by Yahoo! or MyOpenID
2. Failed to login with the userdata created, wp-login returns false, so then 
the record for 
openID in openID table cannot be created.

WP 2.5 - OID 2.1.8 - Mysql 4.x - PHP 5.x

Proposal solution:
I looked into the code and find the thepassword use in wp-login() just after 
the creation of new 
user is MD5-ed password, but the wp-login() need a string password, so I use 
the password 
that had been created before creating new user to login and things worked well.

For the changed code look here: 
http://wordpress.org/support/topic/156414?replies=25#post-
733549

Original issue reported on code.google.com by tran.min...@link2caro.com on 14 Apr 2008 at 9:32

Attachments:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant