If at any time you need to reset the License Statistics login username/password to the default admin/admin, execute the following query on your database:

UPDATE LicstatUser SET PasswordHash = sha1('admin') WHERE Login='admin';