diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-02 23:59:07 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-02 23:59:07 +0000 |
commit | 8890a9bc8987f595c8f65bad1561fd610fc07681 (patch) | |
tree | ced41c16124a041d462b36eb9f90e92d8438f890 /INSTALL | |
parent | 49a0e50061e5e5f0ac5a505f86baba9392a17e73 (diff) |
Updating version strings for RC2
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@842 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ recommend as follows: b) run "psql" with appropriate options to connect to your database. c) Run the SQL script Pg-central.sql. + Note that the psql connection should use the same username that you intend to + use for the user authentication connection. + 5) Set the admin password: a) From psql, determine what admin password you wish to use. Then type: "update users_conf set password = md5('my_password');" |