phpBB3 password reset
Today i was going through on of our forums we are trying to setup. And i noticed i had forgotten my password. Got worried for a sec and then i realized everything is in MD5 encrypted format now a days so we just need to put new password. I still googled it up and found a very simple way to reset the password for admin or any user.
Simply open up your phpBB DB, go to user table.
Find the user you want to change password of.
Find the column by the name of “user_password”, and simply put…
e10adc3949ba59abbe56e057f20f883e
This will reset your password to “123456″, without the quotes.
Hope this little tip helps!
















May 18th, 2008 at 6:51 pm
[…] is in md5 encrypted format now a days so we just need to put new password. I still googledhttp://ndarts.ca/blog/phpbb3-password-reset/SSH With No PasswordSSH is a protocol that allows for encrypted communication between two hosts. It […]
May 18th, 2008 at 7:22 pm
I’m confused by what you mean.