giralatina Posted January 21, 2009 Share Posted January 21, 2009 Ciao ha tutti ho un problema con la password Volevo fare un update in questo modo update ps_employee set passwd=md5('erasmo1234') where email='erlllllllll'; E giusto? Link to comment Share on other sites More sharing options...
disarci Posted January 21, 2009 Share Posted January 21, 2009 No,nella creazione del md5 delle password devi inserire anche il _COOKIE_KEY_guarda qui ci sono esempi e collegamenti agli altri forum...io non ho mai provatohttp://www.prestashop.com/forums/viewthread/10574 Link to comment Share on other sites More sharing options...
giralatina Posted January 22, 2009 Author Share Posted January 22, 2009 OK RisoltoGrazie Il topic da te consigliato mi è stato d'aiutoPer tutti coloro che possono avere la stessa esigenza speigo come fare:Prestashop 1.1A) aprire il seguente file config/settings.inc.php copiare il valore _COOKIE_KEY_ define('_COOKIE_KEY_', 'h8jOxxxxxxxxxxAp8xxx3bycm98ixxxxxxxxxxxxxxxxxxx'); C) Lanciare la seguente query update ps_employee set passwd=md5('h8jOxxxxxxxxxxAp8xxx3bycm98ixxxxxxxxxxxxxxxxxxxTUANUOVAPASWD') where email='[email protected]'; Ciao A tutti 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