Forum Discussion

Former_Member's avatar
Former_Member
Ideator I
9 years ago

How can we reset the admin password

Hi, How to reset the admin password.   Regards Sai

5 Replies

  • Sai, You can do it, like every other user. Goto Administation->Users, search for admin and edit it.
  • Open SQL Management Studio and run following SQL query:
    update [InnovatorSolutions11SP5].[innovator].[USER] set [PASSWORD] = '607920b64fe136f9ab2389e371852af2' where LOGIN_NAME = 'admin'
    replace [InnovatorSolutions11SP5] with the name of your DB. After that your admin password will be
    innovator
  • Hi I've same problem and I tried with above query.Its smoothly working in SQL database. But ARAS Issue still continue.