]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Part 2 of creating a more secure default setup
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Jan 2011 04:41:15 +0000 (04:41 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 19 Jan 2011 04:41:15 +0000 (04:41 +0000)
commit516d4fe2266d1fcc09ac17a8877c733e8d911607
treea75e6890149220f2821cf02215d81c16b4e050ad
parent337a11d08bee1ba60675b7b4845c2e3217e066e0
Part 2 of creating a more secure default setup

With this commit, the user name and password for the administrative
user will be MD5 hashes of a random string of numbers. You can set
the user name and password to your liking using the --admin-user and
--admin-pass switches for eg_db_config.pl (this will be the
documented method in the install docs) or via straight SQL as:

UPDATE actor.usr SET usrname = 'FOO', passwd = 'BAR' WHERE id = 1;

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19200 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/950.data.seed-values.sql