You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Can no longer access the admin section as it is rejecting passwords.
Have checked the admin_user.db file and it is empty.
Do not have back up - how can i reset the passwords.
Please help!
I don't know if it will work, but here's what the first line should look like.
1|webmaster|password|900|127.0.0.1
The last area is the IP address. Let me know if you don't know what it is.
question was how to reset it!?
Write the information into the data/site/admin_user.db file.
Like this:
1|webmaster|1a2B3c4D|900|
Here you'd login using webmaster in the username field and 1a2B3c4D in the password field. Of coarse you can make the password anything you want. The 900 gives full access (webmaster privileges)