login reset -> Try clearing cache from browser and retry. Or take another browser (firefox/chrome) or try from different computer, there is no hard lockout, only through sessions
The password in the sql file is a hash, the password is encrypted
What you can do:
login to your database using phpMyAdmin and open the DB table: user
Search for the DB fields remember_key and last_reset and remove the entries in it (simply set blank).
Then replace the existing password with: 098f6bcd4621d373cad e4e832627b4f6
The string above is the md5 encrypted hash for the plain password: "test". WB does store password in MD5 encrypted format.
Then clear the browser cache and sessions and try to login with username (check DB field username) and the new password test.
After that CHANGE PASSWORD!!!!
Other option:
Inside your database, go into the table users and edit the line with the user_id 1.
This are your admin user settings.
Change the value of the field with the name password and select as Function MD5.
The value should be a cryptic character string. Here type in your new passwort in plain text.
Pleas ensure, that your password is not to short.
Save the changes and take a look at your password. Now it should be a cryptic character string, also.
Now you can login with your new password into your WebsiteBaker Installation.
ps, is on our helppages :
http://www.websitebaker2.org/en/help/frequently-asked-questions.php#acclook at the third question.
Good luck,
John