KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: cuilim on April 24, 2010, 08:02:02 pm

Title: forget konakartadmin password
Post by: cuilim on April 24, 2010, 08:02:02 pm
I do not know whether I was wrong or why ...

before I'm use konakartadmin application, but i don't know why suddenly i could not login again .. how do I get logged back ... whether it is in the database(table n field) ?

tx
Title: Re: forget konakartadmin password
Post by: greg on April 25, 2010, 05:44:28 am
If you haven't got another admin user set up then your best bet is probably to reset the password to 'princess' using this sql:

update customers set customers_password = 'f5147fc3f6eb46e234c01db939bdb581:08'
where customers_email_address = 'admin@konakart.com'