I have shifted my site to subdomain on the same host. But the problem is user's passwords are stopped working. User can't able to login with old password, they need to reset the password and then login.
I have exported the database and imported into another database, copied the files from main domain to subdomain.

I don't have idea about what could cause this type of problem. The main modules i have installed- content profile, cck, views, panels, front_page, plugin manager, user import and many others .

Can anyone suggest please what could be the problem? and how to get it working ?

Thanks
Panks

Comments

pankajshr_jpr’s picture

Priority: Critical » Normal

anyone please ?

mdupont’s picture

Are you using a module that add salt to user passwords (such as http://drupal.org/project/phpass)? Have you checked the users DB table is correct? As users can login after resetting their password I guess the table name and settings.php are correctly configured. D6 stores passwords as plain MD5 hashes by default, so there should be no issue moving them.

pankajshr_jpr’s picture

Hi mdupont,
Thanks for the reply. I am not using this type of any module. I have also checked and compared the users table in both the databases . It correctly has stored all the data. And settings.php are configured correctly.

Any ideas ?

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.