The forum admin page is probably at either http://www.yoursite.com/forum/admin or http://www.yoursite.com/admin
Basically, you need to reset the forum administrator password and then use the admin login to unlock the forums from the admin pages.
To reset the admininstrator password...
Assuming you are using MS Access DB...
Download the data base and open it up in MS Axxess.
- Open the tblAuthor table.
- Look for the row with Author_ID = 1 and Group_ID = 1
- The Username field on that line will probably be administrator but it could have been changed to something else.
- Change the following fields on that row:
- Username to administrator
- User_code to administrator2FC73499BAC5A41
- Password to A85B3E67CFA695D711570FB9822C0CF82871903B
- Salt to 72964E7
- Author_email to your email address
Upload the DB again and you should then be able to login to the admin page through one of the links above and unlock the forum.
It would be a great idea to change the admin password while you're at it and then to read the install readme that comes with the WWF download about how to secure your access db from hackers.
If you're using MS SQL, use Enterprise Manager to edit the db and make the changes to the administrator record.
EDIT: - forgot to add that after the changes to the db, your login will be administrator with a password of letmein
Edited by dpyers - 04 March 2006 at 6:58pm