You are here: Portal Home > Knowledgebase > Control Panel > CGI Center > I have lost my login and password to Simple Guestbook
I have lost my login and password to Simple Guestbook
| To retrieve the guestbook password select the guest book db and the table book_auth. While browsing it will show you the user name. run this sql command to change the password update book_auth set password=PASSWORD('pass') where username='user'; where 'pass' is your password and 'user' is the user name. |
Also Read

