Skip to main content

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. 

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


Hi @Vinay Koppula 

 

Where can I report that the website is down?

 

 

Thanks


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.

 


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