In most cases, a user password can be changed through the Management Interface in SmarterTrack. If the password for an administrator account is unavailable, another administrator can change the password for them.
However, if access to the Management Interface is restricted, due to no administrators being able to log in, follow the procedure below to change a user password in the database directly.
Microsoft SQL Server
update [dbo].[st_Users] set [Password]='PASSWORD', [PasswordFormat]=1, [AuthenticationType]=0 where [UserName]='USERNAME';
MySql
update st_Users set Password='PASSWORD', PasswordFormat=1, AuthenticationType=0 where UserName='USERNAME';
Learn more about the SmarterTrack online help desk and how you can improve your overall customer service.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add noreply@smartertools.com to your trusted senders list in your email software.