Christian Pazmiño

Derecho y Tecnología

How to reset admin password CuteFlow

Using some MySQL Administrator like PHPMyAdmin or MySQL Administrator go to the cf_user table (I don’t remember if cf_ is a prefix)

Using this site generate a new password, if you don’t understand too much just copy the numbers and letters generated in the code, could be something like this:

c97f58a8368222f1fc5701fcfee1ff18

Then you have to copy the alpha numeric code into the row strPassword or execute the next code:

UPDATE cf_user SET strPassword=’c97f58a8368222f1fc5701fcfee1ff18′ WHERE name=’admin’;

Deja una respuesta