HELP ! ! ! ** Admin Account Disappeared **

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 年 前
I was just getting ready to go live. I went into orders to start deleting all the test orders. I opened the first order, hit Delete, and the system kicked me out.

My admin account seems to have disappeared and I cannot get into the store. I have tried password recovery, but that didn't work. It seems that my account is gone.

I tried the original admin@yourstore account but can't get in that way.

Any help REALLY appreciated!!!  I have no clue what to do.

Thanks,

Darrell
14 年 前
Create a customer account for yourself through your store.  Then run this SQL:

UPDATE Nop_Customer SET IsAdmin = 1 WHERE (Email = @Email)

Replace @Email with the email you used to create the customer account.
14 年 前
THANK YOU ! ! ! A few heart-stopping hours there.

I'm back in.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.