Hello,

I've got a user's database and I would like to synchronize drupal users with this database. The idea would be to automatically:

* create a user in drupal.
* modify a user's password in drupal.

I checked the forum's threads, but I don't know how to develop the second one. Is there any way to programatically update a user's password from the user's database?

Thanks in advanced,