From cc977259569f015c08c2f115c52cd9a5f7569d7e Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 21 Sep 2007 19:58:19 +0000 Subject: Mostly hyphenation fixes, but a couple other bug fixes are also in there git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1637 4979c152-3d1c-0410-bac9-87ea11338e46 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index eba83de2..c6fa21b0 100644 --- a/INSTALL +++ b/INSTALL @@ -243,7 +243,7 @@ step 5). You can repreat that step as often as you need to get login to admin.pl working, but in case your 'admin' user is not id=1, try using the expanded version of the SQL: -ledgersmb==> UPDATE users_conf SET password=mp5('MYPASSWORD') +ledgersmb==> UPDATE users_conf SET password=md5('MYPASSWORD') WHERE id = (SELECT id FROM user WHERE username = 'admin'); -- cgit v1.2.3