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

UPDATE LicstatUser SET PasswordHash = 'd033e22ae348aeb5660fc2140aec35850c4da997' WHERE Login='admin';