Jump to content


Issue information

  • #030834

  • Not a Bug

  • 1.1.0 Final

  • -


Issue Confirmations

  • Yes (2)No (1)
Photo

Password not being sent to hash function

Posted by Glumbo on 06 June 2011 - 05:31 PM

Say a user signs up at my Converge installation and I currently have Drupal linked to Converge. When a user clicks on the Drupal link in their Converge account panel, convergeLogIn will be called by Converge in order for Drupal to create a new user and then log that user in. However, the plaintext Converge password is not being sent to API module hash function so when the new Drupal account is created, the user has a password of md5(NULL);


Updating status to: Not a Bug

Converge does not pass a plaintext version of the password.



What exactly gets passed to the $password input of my module folder's hash function then? In this code

 

 

<?php

class drupal_custom

{

var $authType = 'username';



function hash( $password, $member, $extra = '' )

{

return md5( $password );

}

}


Because i'm getting null or empty string. 



Could I get some help on this?


Tracker is not for support, post in the forums please.


I opened a topic a while back but no reponses


I guess this never got fixed. Just started work on a couple of IP.Converge modules, and $password that is being sent to "convergeLogIn" is just md5(NULL);

making it completely impossible to authenticate a users password.

Why on earth this was this listed as "Not A Bug" is beyond me. anyway, it seems all work stopped on this a long time ago anyway, just thought i'd mention it.


As far as I recall Glumbo submitted a ticket and we got it resolved there, I handled it myself. Unless I'm remembering a ticket from another person.


i've kinda worked around it now and got my modules working, but it is kinda hacky. Don't suppose you recall what the fix was?


View PostAnthonyKinson, on 28 February 2012 - 06:09 PM, said:

i've kinda worked around it now and got my modules working, but it is kinda hacky. Don't suppose you recall what the fix was?

I can't recall exactly the fix, no.






1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users