Question

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?

Was it helpful?

OTHER TIPS

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

SQL to enable useraccount -

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top