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.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authentication app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.