You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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';
  • No labels