spawn69 Posted December 2, 2013 Share Posted December 2, 2013 Dear all, I'm trying to update all my customers password with a default one. Is it possible to do it from phpmyadmin for all my customers? Link to comment Share on other sites More sharing options...
vekia Posted December 3, 2013 Share Posted December 3, 2013 you have to generate one new password then copy hash and use this sql query update ps_customer set passwd = 'hash here' Link to comment Share on other sites More sharing options...
Ron morales Posted April 22, 2016 Share Posted April 22, 2016 (edited) and update customers mysql active? Edited April 22, 2016 by Ron morales (see edit history) Link to comment Share on other sites More sharing options...
Ron morales Posted April 22, 2016 Share Posted April 22, 2016 update prstshp_customer set active = 1 WHERE active = 0; update prstshp_customer set newsletter = 1 WHERE newsletter = 0; thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now