How to reset admin password CuteFlow

Jan 25, 2009 I how to.

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’;

One response so far, say something?

  1. umer Says:

    I WANT TO KNOW HOW TO CHANGE THE PASSWORD OF ADMIN

Leave a Reply