Wednesday, January 5, 2011

How to reset Mirth admin user.

Type: java -cp derbytools.jar;derby.jar org.apache.derby.tools.ij

ij> connect 'jdbc:derby:c:/program files/Mirth/Mirthdb';
ij> update person set password = 'NdgB6ojoGb/uFa5amMEyBNG16mE=', salt='Np+FZYzu4M0=' where username = 'admin';
ij> exit;

1 comment:

Anonymous said...

Just as friendly suggestion, to those readers who are not quite familiar with the Mirth Connect, as a starting point they may try the "Unofficial Mirth Connect developer’s guide" book to get some hands-on experience.

(Disclaimer: I'm the author of this book, so any comments or suggestions are welcome.)

Google+