summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-21 19:58:19 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-21 19:58:19 +0000
commitcc977259569f015c08c2f115c52cd9a5f7569d7e (patch)
tree30c41f66b770aee127590b54282c218386dc8d66 /INSTALL
parent5e14591ffcf6f11a73d8d4a5a7ae6fbc50588bd5 (diff)
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
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
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');