Recover Super Admin User

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
josepha
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 37
Joined: Wed Oct 19, 2011 1:23 am
Contact:

Recover Super Admin User

Post by josepha » Sun Aug 04, 2013 8:05 am

Hi,

I have ablecommerce store on a test server (demo license), which i didn't use for a long time, when i tired to login by a Superuser account, it said that it has been disabled !
How can I reactivate it or just create a new one, all admins & superusers account were disabled automatically !
I have access to the files & database.

Please advice. :!:

Thanks
Never leave for tomorrow what you can do today.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: Recover Super Admin User

Post by Shopping Cart Admin » Sun Aug 04, 2013 8:46 am

Hello,

In the install directory there is a file named resetadmin.aspx, in the top of the file find the following lines of code. Edit them as needed and access the file. Be sure to remove the file after use.

//BY DEFAULT THIS SCRIPT IS DISABLED
//CHANGE THE LINE BELOW FROM "false" TO "true" TO USE THIS SCRIPT
bool enabled = false;

//THIS IS THE USER THAT WILL BE CREATED OR RESET
//YOU CAN UPDATE THEM IF YOU WANT TO USE SOMETHING OTHER THAN DEFAULT
string userName = "admin@ablecommerce.com";
string password = "password";
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
josepha
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 37
Joined: Wed Oct 19, 2011 1:23 am
Contact:

Re: Recover Super Admin User

Post by josepha » Sun Aug 04, 2013 9:04 am

Hi,
This is very very helpful, it works. Thanks for the fast response :)

Shopping Cart Admin wrote:Hello,
In the install directory there is a file named resetadmin.aspx, in the top of the file find the following lines of code. Edit them as needed and access the file. Be sure to remove the file after use.
Never leave for tomorrow what you can do today.

Post Reply