summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7ac771bf..b36183a0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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');"