IBM Management Center for WebSphere Commerce: The user account is disabled

2k Views Asked by At

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?

3

There are 3 best solutions below

0
On BEST ANSWER
0
On

SQL to enable useraccount -

update userreg set status = 1 where logonid='(login id)';

0
On

The answer is to use WebSphere Commmerce Org Admin. Seems like you got the answer already.