Tuesday, December 24, 2013

Forgot Siteadmin Password in Websphere Commerce (websphere commerce forgot password)

Forgot Siteadmin Password
Please find the process to change the password :
1)First register your new id using your application url .
2) Open Sqldeveloper using the user name and password for your WebSphere Commerce database and get the salt code and password from the register New user id using below query
SELECT LOGONPASSWORD , SALT from USERREG where LOGONID='newwcsadmin'
3)Update the salt code and loginpassword in below query for your siteadmin user
UPDATE USERREG SET LOGONPASSWORD '705356594E664D7A7773453D202020202020202020202020202020', STATUS = 1, PASSWORDEXPIRED = 1 , PASSWORDRETRIES =0 , SALT = 'webservicesm' WHERE LOGONID='wcsadmin';
4)Commit the changes.

No comments:

Post a Comment