Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The information on this page refers to License Statistics v6.5 or newer, which renamed `LicstatUser` database table to `Account`. If you are using an earlier version, please refer to the documentation for earlier versions.


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 LicstatUserAccount SET PasswordHash = sha1('admin') WHERE Login='admin';

...