You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
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
Original issue reported on code.google.com by
tran.min...@link2caro.com
on 14 Apr 2008 at 9:32Attachments:
The text was updated successfully, but these errors were encountered: