Showing posts with label phpbb. Show all posts
Showing posts with label phpbb. Show all posts

Saturday, June 05, 2010

Lost Password MD5 Hash Solution

This may be useful to know if you ever need to reset a lost password when you still have direct access to the database.

Simply enter this MD5 hash code in to the password field of your database.

Password: 123456
MD5: e10adc3949ba59abbe56e057f20f883e

I have myself used this in the past for scripts such as the PHPBB community forum

I hope this helps anyway!