Changing password of all users

I switched from Osc to CS-cart and the users are imported but the passwords don’t work. How can I change all users passwords - from Admin or Phpmyadmin?

Create a user in cs-cart and use whatever password you want for others. Then copy the password from that user to the other password fields in the cscart_users table. Notify your customers to login and change the password.



If you wanted to do this based on the username, email address, etc. you will have to do it programatically.

[quote name=‘tbirnseth’]Create a user in cs-cart and use whatever password you want for others. Then copy the password from that user to the other password fields in the cscart_users table. Notify your customers to login and change the password.



If you wanted to do this based on the username, email address, etc. you will have to do it programatically.[/QUOTE]



Yes, I did it with Phpmyadmin :slight_smile: