On Sun, Nov 29, 2009 at 6:52 PM, Ryan Whitney
<rwhit...@grameenfoundation.org> wrote:
> Have a situation where I’d like to just change the admin password with a SQL 
> Command.  Is this possible or is Mifos using some kind of password encryption 
> from within Java only?

Ryan,

You can do it, but you need to have ability to make an MD5 hash of the
new password. If you have openssl installed, you can do it this way:

% echo password | openssl md5

Where you replace 'password' with your desired password. Then you can
put the MD5 hash value in the password field in the database. I forget
which table it's in exactly, though. I can tell you more tomorrow when
I'm at work.

-adam
--
Adam Feuer <adamf at pobox dot com>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to