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
Comment #1
pankajshr_jpr commentedanyone please ?
Comment #2
mdupontAre 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.
Comment #3
pankajshr_jpr commentedHi 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 ?