Knowledge Base Article

How to reset my phpBB admin password?

To reset your phpBB Admin password, please follow these steps:

A) Identify the MySQL database associated with your phpBB installation

Using a FTP client, open phpbb/config.php and note the following values:

$dbhost
$dbname
$dbuser
$dbpasswd

We have a very nice tutorial on FTP clients that might by helpful to you located on the following page:

http://www.siteground.com/ftp_client_account.htm

B) Access phpMyAdmin to reset the password. You can access your PhpMyAdmin from your cPanel -> MySQL Databases by scrolling to the bottom of the page and clicking PhpMyAdmin.

     1. Click the corresponding table that stores username and password information: phpbb_users
     2. Click Browse located towards the top of your screen so that a list of users display.
     3. Find the account of user that needs to be changed (eg. Admin)
     4. Click Edit
     5. From the user_password row, click the Function drop-down menu and choose MD5
     6. In the box to the right of MD5, replace the existing encrypted password with your new password in plain text
     7. Click the GO button located towards the bottom of the page



Rating

Please indicate if this article was helpful for you.

rating :  5.0 from 5
views :  711
votes :  4

Valid XHTML 1.0 Strict Valid CSS!