I try to access to Management Center with my account but this show an error that said "The user account is disabled. Contact your site administrator regarding your access". How can I enable the user account?
Asked
Active
Viewed 1,974 times
3 Answers
0
The answer is to use WebSphere Commmerce Org Admin. Seems like you got the answer already.

Albert T. Wong
- 1,535
- 1
- 13
- 21
0
SQL to enable useraccount -
update userreg set status = 1 where logonid='(login id)';

Vivek Vermani
- 1,934
- 18
- 45