How do I reset my admin password?

I already feel awful, how do I forget a password?! I've tried and tried but my password is not working. I've tried every possibility several times, none of them work.

  Is there a way to change the admin password or have it sent to my email?? On the login page there is no "forgot password?" link. HELP....

Quote · 4 Jan 2009

It can be done via the database directly.

If you need assistance, let me know.

CyberXing

Quote · 4 Jan 2009

Probably will need assistance. Do I do it through the C-panel or?? Thank You!

Quote · 4 Jan 2009

well what ever you are using to get access to database.

Be 100% sure to backup the existing database before you do anything.

This process would require you to create a md5 hash of a simple password, ie "password" and replace it in your admin , then change it once logged in.

Regards,

CyberXing

Quote · 4 Jan 2009

Run this SQL-query one your database:

 

INSERT INTO `Admins` VALUES('admin', '36cdf8b887a5cffc78dcd5c08991b993');

 

Username: admin

Password: dolphin

 

(Change username from admin to something you will use in the SQL-query)

 

 

Once logged in to your Admin Panel => change your passworld

 

You do it here: Settings/Admin Password

 


 
(Remember to delet the user you don't remember password to on your database table Admins , use phpMyAdmin to do it)

Quote · 4 Jan 2009

Okweb made it easy for you ...

 

Regards,

CyberXing

Quote · 11 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.