Skip to content

Instantly share code, notes, and snippets.

@FleXoft
Created November 28, 2018 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FleXoft/f1b19301cd3e0c8808b1477cc47b005f to your computer and use it in GitHub Desktop.
Save FleXoft/f1b19301cd3e0c8808b1477cc47b005f to your computer and use it in GitHub Desktop.
HPE SM reset password to empty
select password from dbo.OPERATORM1 where name='flex'
update dbo.OPERATORM1 set password='=SH524DB92E55E5BD4437C0DCD6F73BF4FF534A1F2306B0CAF098FF13B140D8E202EB10C5A07F84230CB212564109BD6AD99566E0C3326638EE170C7B637FB3F31E1512=' where name='flex';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment