Reset or recover admin password ver 3.6

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hello,
I'm using ver 3.6 and I need to reset or recover my admin password. Can someone give me the steps needed? I do have access to the database through MS SQL Server Manager.
Thanks

Jim
8 years ago
jimkoh wrote:
Hello,
I'm using ver 3.6 and I need to reset or recover my admin password. Can someone give me the steps needed? I do have access to the database through MS SQL Server Manager.
Thanks

Jim

Create new user.
Now go to MS SQL Server Manager
Get the Id of that customerTable.
Now to go to Customer_CustomerRole_Mapping.
Set a new entry where Customer_Id= that Id and CustomerRole_Id=1;
Now new user become admin.
From new user you can reset password of that admin.
8 years ago
Thanks, that worked.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.