phpBB admin password manual reset

by Josh Highland on March 31, 2009

phpbb logo phpBB admin password manual reset

Today I ran into a situation where I had forgotten the password to my development instance of phpBB 3. I was stuck in a situation were I needed to reset the password. I had full admin access to the database, so changing it there wouldn’t be the problem. The real problem is that phpBB uses its own password hashing, not MD5.

In a work around, I created a new user and used the password “123456″ looking at the database , in the users table of the phpBB install. I saw the “user_password” field was “e10adc3949ba59abbe56e057f20f883e”.

I then changed my admin accounts user to the same string, “e10adc3949ba59abbe56e057f20f883e”.

phpbbpasswordreset phpBB admin password manual reset

I went to the phpBB login screen, fillled out my username, and entered the password “123456″… BINGO! it worked.

So to save you the work. You can follow what I did or just use these hashes to reset your own password:

Hash: e10adc3949ba59abbe56e057f20f883e
Password: 123456

Hash: $H$9Ae3Uk.ECdWW5ya13M4ErWhr4c.761/
Password: password

I hope this helps someone else out there.

  • digg phpBB admin password manual reset
  • facebook phpBB admin password manual reset
  • stumbleupon phpBB admin password manual reset
  • twitter phpBB admin password manual reset
  • delicious phpBB admin password manual reset
  • reddit phpBB admin password manual reset
  • friendfeed phpBB admin password manual reset
  • posterous phpBB admin password manual reset
  • tumblr phpBB admin password manual reset

{ 13 comments… read them below or add one }

1 Luis Carlos October 5, 2010 at 1:48 pm

It works thanks so mouch.

2 AnEjd October 8, 2010 at 4:23 am

Thanks very much. It works!

3 Windy Sammer December 2, 2010 at 8:14 pm

Hey Josh, thanks soooo muc, I have been frustrated for 2 days for the admin password issue, but once I follow up your solution, it works perfectly.
Thanks a lot!!!!!!

4 akash kumar December 4, 2010 at 4:16 am

your work working 100%
thanks man
ko…………………………

5 Revalian December 16, 2010 at 9:08 am

Works like a charm, you saved me a ton of work.

Cheers

6 Sirinna July 6, 2011 at 3:06 am

Thank you so much. It works ^_^

7 Leo July 28, 2011 at 9:44 am

Hi Josh. I did something different. Your instruction has successfully lead me to the database user info, but I took the admin permission code and paste it to another user permission instead of password hash! Walla!.. it workss…. thanks dude.
Leo

8 X71 September 9, 2011 at 7:15 pm

Yes, works just fine. Thanks a lot.

9 Musthafa Ullal October 16, 2011 at 7:14 am

superb. It worked for me as well. Thanks for the tricks brother. I was worried of my lost password.

10 edw December 6, 2011 at 7:45 am

it helped me alot
thanks bro.

11 Panda December 18, 2011 at 12:51 pm

Thanks so much! I was freaking out trying to fix this on my own for a couple of days. It’s such a “simple” fix I don’t know why I didn’t think of it. :) Thank you thank you thank you! :D I can access my forum again. :D

12 Fitzpatrick January 5, 2012 at 6:29 pm

Good idea, worked a charm ta

13 Rinaldo Malito March 20, 2012 at 6:49 am

Thanks so much! I also set the field ‘user_login_attempts’ to zero and now It works !!

Leave a Comment

Previous post:

Next post: