1. kennethefford
  2. General
  3. Friday, January 17 2014, 10:58 PM
I have tried this many times now and simply cannot get the LINK to an existing account to work. It fails with a message indicating the credentials are incorrect. I know for sure the username and password are correct, yet it will never make the link. What could possibly cause this behaviour? Is there a setting somewhere I should check? Thanks in advance.

Ken
Accepted Answer
kennethefford Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Hi,
it's a bug of our social connect plugin with Joomla 3.2.
to solve follow this:
in file /plugins/jsn/socialconnect/socialconnect.php at line 845 replace this
if($foundUser->password==$password_cripted) $valid=true;

with this
if($foundUser->password==$password_cripted || $foundUser->password=='$'.$salt) $valid=true;

Very thanks for your report!!!;)
we fix this issue in next release.
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.