To add to this, it'd be better to use the custom registration hook to register the user for the new service at this point rather then storing the password in plain text.
Todd
On Saturday, 28 May 2011, sivaji j.g sivaji2009@gmail.com wrote:
On Sat, May 28, 2011 at 5:17 PM, Salvatore De Paolis iwkse@gmx.com wrote:
Hi, I'd like to know if it's possible to store passwords in plain text with Drupal. I see it's probably md5 hashed. I'd need them in plain text because I have an action which register the user to another service on the server once the user is registered, but since the password is hashed it doesn't work.
Alter the registration form, add a custom submit handler where $form_state['values']['pass'] will have plain text password.
-- Sivaji
+91 9941 571 690
[ Drupal support list | http://lists.drupal.org/ ]