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

Compare with Current View Page History

« Previous Version 12 Next »

The information on this page refers to License Statistics v6.16 or newer, which added options for resetting the admin password. 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, use one of the following options:

  1. Execute the following query on your database:
    UPDATE Account SET PasswordHash = sha1('admin') WHERE Login='admin';
  2. Run a command-line option (Windows or Linux).

  3. Use License Statistics Manager (Windows only).
  • No labels