Skip to main content
Solved

Reset Admin password


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

View original
Did this topic help you find an answer to your question?

4 replies

Vinay Koppula
Semi-Pro II
Forum|alt.badge.img+1
  • Semi-Pro II
  • 125 replies
  • Answer
  • April 20, 2021

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


Forum|alt.badge.img

Hi @Vinay Koppula 

 

Where can I report that the website is down?

 

 

Thanks


Laura02
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3132 replies
  • August 9, 2022

Hello,

This is a hosted site?  If so, to report website down, contact your partner or Acumatica to open a Website Down support case.

When you are asking a new question, you will receive faster response if you open a new post using the Create Topic link in upper-right corner.

 


Forum|alt.badge.img

Hi @laura01

 

I am referring to the one provided by @Vinay Koppula website (https://asiablog.acumatica.com/2015/12/reset-user-password.html)

 

Thanks

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings