What is the best way to reset admin’s password?
I cannot access one of our tenant for whatever the reason with admin log in.
What is the best way to reset admin’s password?
I cannot access one of our tenant for whatever the reason with admin log in.
Best answer by Vinay Koppula
Run the below script to update the Password
UPDATE Users SET Password = '123', LockedOutDate =null WHERE Username = 'admin'
If you want to run it only for the particular tenant then add the “companyId” in the where condition.
https://asiablog.acumatica.com/2015/12/reset-user-password.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.