diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-21 19:58:19 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-21 19:58:19 +0000 |
commit | cc977259569f015c08c2f115c52cd9a5f7569d7e (patch) | |
tree | 30c41f66b770aee127590b54282c218386dc8d66 /INSTALL | |
parent | 5e14591ffcf6f11a73d8d4a5a7ae6fbc50588bd5 (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-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); |