Skip to content

Instantly share code, notes, and snippets.

@dmoralesm
Created March 26, 2014 01:12
Show Gist options
  • Save dmoralesm/9775047 to your computer and use it in GitHub Desktop.
Save dmoralesm/9775047 to your computer and use it in GitHub Desktop.
Resetting the wcsadmin user password (Developer)
update userreg set logonpassword = x'74434f61354f51593862415655304d5268424e54723865685653356151374a2b353163506c4261363730633d202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020' where logonid='wcsadmin';
update userreg set salt = 'hsdbacehyoyn' where logonid='wcsadmin';
update userreg set status = 1 where logonid='wcsadmin';
update userreg set passwordexpired = 0 where logonid='wcsadmin';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment