Aprire il file
app/config/parameters.php
prendere il valore della variabile cookie_key
sarà una cosa simile alla seguente
rbAqahAbDHXxHITYmhrz4f45cLPmZxwAJnnBbDhSGA7h8Na9P2bjwsuY
Eseguire una query sul database con la forma seguente
UPDATE ps_employee SET passwd = md5("
Esempio:
UPDATE ps_employee SET passwd = md5("rbAqahAbDHXxHITYmhrz4f45cLPmZxwAJnnBbDhSGA7h8Na9P2bjwsuY123456") WHERE email = "admin@gmail.com";
(-;
Nessun commento:
Posta un commento