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);