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

Compare with Current View Page History

« Previous Version 8 Next »

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

  • No labels