Here's the situation:
1) I just loaded WWF for the first time...
2) You can not log into the Admin account as there is none yet unless the programmer made a default one but he did not share the default password...
3) The programmer's very instructions in his remarked lines in common.asp is to manually edit the admin password even though he goes onto say that passwords are also encrypted. I just assumed that he meant it will encrypt my manual entry after I save it. (see footnote ¹)
I like your suggestion on a database editor kiwi I will try that. I don't think I will f^^^ it up as I'm just following the programmer's instructions. And I am not a novice ASP programmer either. What do you say Mr. Programmer. Help me before I do screw things up like anthrax says...
Spook
¹ - Footnote on common.asp
'Encrypted passwords
'This will make your forum unsecure from hackers if you disable this!!!!!
'This can NOT be changed once your forum is in use!!!
'You will also need to directly edit the database to type in the admin password to the Password field in the tblAuthor table at record position 1
'also edit both common.asp files to change this variable
Const blnEncryptedPasswords = true
Edited by SPooky