Author Topic: How can i get my lost admin password back?  (Read 5261 times)

Mihai ™

  • Sr. Member
  • ****
  • Posts: 159
How can i get my lost admin password back?
« on: January 25, 2008, 03:04:30 AM »
I forgot my admin password.. how can i get it back??

Mihai ™

  • Sr. Member
  • ****
  • Posts: 159
Re: How can i get my lost admin password back?
« Reply #1 on: January 25, 2008, 03:27:57 AM »
help please!

inmotion

  • Administrator
  • Hero Member
  • *****
  • Posts: 2788
  • PHPmotion Developer
    • PHPmotion Demo
Re: How can i get my lost admin password back?
« Reply #2 on: January 25, 2008, 03:56:14 AM »
there are 2 options

1) If you have NOT done any md5 modifications to your database simple use

http://phpmotion.com/forum/index.php?topic=1316.0


2) If you have done md5 then you will need to open your database with something like phpmyadmin (most control panels already have this feature)

- find the "admin" table and edit the "password" field to  21232f297a57a5a743894a0e4a801fc3 thats the md5 hash for the word admin, so now you will be able to login with default password admin

Mihai ™

  • Sr. Member
  • ****
  • Posts: 159
Re: How can i get my lost admin password back?
« Reply #3 on: January 25, 2008, 04:00:44 AM »
there are 2 options

1) If you have NOT done any md5 modifications to your database simple use

http://phpmotion.com/forum/index.php?topic=1316.0


2) If you have done md5 then you will need to open your database with something like phpmyadmin (most control panels already have this feature)

- find the "admin" table and edit the "password" field to  21232f297a57a5a743894a0e4a801fc3 thats the md5 hash for the word admin, so now you will be able to login with default password admin

I uploaded the recover.php file in my ftp.. i got my password.. it was the old one.. but i still can't login! it says

 !Error - Incorrect login information
 
 
 

 
 
 

nullsoft

  • Newbie
  • *
  • Posts: 60
    • www.bgtube.org
Re: How can i get my lost admin password back?
« Reply #4 on: January 25, 2008, 04:49:57 AM »
add  new admin


INSERT INTO `admin` (`username`, `email`, `password`) VALUES ('yourname', NULL, 'yourpassword');


Mihai ™

  • Sr. Member
  • ****
  • Posts: 159
Re: How can i get my lost admin password back?
« Reply #5 on: January 25, 2008, 11:48:54 AM »
SOLVED -  thanks a lot guys !

Harrison W.

  • Newbie
  • *
  • Posts: 46
    • YOUTHTOOB.COM
Re: How can i get my lost admin password back?
« Reply #6 on: April 25, 2008, 12:24:03 AM »
This didn't seem to work for me. I'm using V2.
Anyone have any ideas on how to recover a lost password for V2?

sexyj

  • Guest
Re: How can i get my lost admin password back?
« Reply #7 on: April 25, 2008, 12:27:20 AM »
This didn't seem to work for me. I'm using V2.
Anyone have any ideas on how to recover a lost password for V2?

2) If you have done md5 then you will need to open your database with something like phpmyadmin (most control panels already have this feature)

- find the "admin" table and edit the "password" field to  21232f297a57a5a743894a0e4a801fc3 thats the md5 hash for the word admin, so now you will be able to login with default password admin

v2 need to do this hash

GamerRage.com

  • Newbie
  • *
  • Posts: 1
Re: How can i get my lost admin password back?
« Reply #8 on: June 24, 2008, 07:33:25 AM »
Hi,

I've tried everything suggested and it still doesn't work, not even an error message, it just seems to be refreshing the page. This is so frustrating now, would really like to get this sorted ASAP.

Any ideas?!?!?!

Thanks

eTechHelp

  • Newbie
  • *
  • Posts: 1
Re: How can i get my lost admin password back?
« Reply #9 on: January 26, 2010, 12:36:54 AM »
Where is the admin table?  I lost my admin pasword and was trying to directly edit it in PhpMyAdmin and there is a member profile table but no table named admin.  I also tried the restore.php and just get a blank screen.

Anyone who can help would be appreciated.

there are 2 options

1) If you have NOT done any md5 modifications to your database simple use

http://phpmotion.com/forum/index.php?topic=1316.0


2) If you have done md5 then you will need to open your database with something like phpmyadmin (most control panels already have this feature)

- find the "admin" table and edit the "password" field to  21232f297a57a5a743894a0e4a801fc3 thats the md5 hash for the word admin, so now you will be able to login with default password admin

I uploaded the recover.php file in my ftp.. i got my password.. it was the old one.. but i still can't login! it says

 !Error - Incorrect login information
 
 
 

 
 
 


sbcjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6247
    • PHPmotion Mods
Re: How can i get my lost admin password back?
« Reply #10 on: January 30, 2010, 10:45:36 AM »
Where is the admin table?  I lost my admin pasword and was trying to directly edit it in PhpMyAdmin and there is a member profile table but no table named admin.  I also tried the restore.php and just get a blank screen.

Anyone who can help would be appreciated.

there are 2 options

1) If you have NOT done any md5 modifications to your database simple use

http://phpmotion.com/forum/index.php?topic=1316.0


2) If you have done md5 then you will need to open your database with something like phpmyadmin (most control panels already have this feature)

- find the "admin" table and edit the "password" field to  21232f297a57a5a743894a0e4a801fc3 thats the md5 hash for the word admin, so now you will be able to login with default password admin

I uploaded the recover.php file in my ftp.. i got my password.. it was the old one.. but i still can't login! it says

 !Error - Incorrect login information

That post was two years old... in the V1 boards... if you don't have an admin table, then you are using V3, so use these instructions in the wiki:
http://wiki.phpmotion.com/HelpAdminPassword