09-06-2014, 04:46 AM
If the webadmin file was empty then you probably don't know how to create a user either. You do it by adding this to the file:
For example for a user named "admin" where the password is "Example" you do:
Code:
[User:<Name>]
Password=<Password>
For example for a user named "admin" where the password is "Example" you do:
Code:
[User:admin]
Password=Example