Topic: Password Problems

Hi Folks,

I was securing mysql passwords ran into a few hickups and go that sorted
I edited the config_db.php accordingly, all the companies are working fine save for one

I does not recognise any of the user logins even though I can see the users in the user Id table,

can I delete the existing password in the user Id table and recreate it with out losing data .

regards Attila

Re: Password Problems

You can copy the default password from 'en_US-demo.sql' script file in /sql folder. It is a md5 encoded password (password) in the 0_users table.
With phpMyAdmin you can enter the database and table and paste the password into the password field.

/Joe

Re: Password Problems

Thanks Joe I did a simular thing with one of the other companies I had ...it works ......!!!!