martedì 26 aprile 2016

you never stop learning :-)

Today I have discovered how to reset the password of a user in the file Registry.xml few simple steps and if you forgot the password for your user you can share ...


open "wsadmin"  in offline mode from the profile


./wsadmin -conntype NONE -lang jython


and launch the jython command


AdminTask.changeFileRegistryAccountPassword
('-userid Wpsadmin -password newpassword')

AdminConfig.save



reboot your jvm and you're done :-)

non si finisce mai di imparare :-)

Oggi ho scoperto come resettare la password di un utente nel file Registry.xml pochi semplici passi e se vi siete dimenticati la password del vostro utente potete ripartire...

aprire wsadmin in modalita non connesso dal profilo

./wsadmin -conntype NONE -lang jython

e lanciare il comando jython

AdminTask.changeFileRegistryAccountPassword
 ('-userId wpsadmin -password newpassword')
AdminConfig.save
 
riavviate la vostra jvm ed il gioco è fatto :-)