]> git.evergreen-ils.org Git - Evergreen.git/commit
Part 2 of creating a more secure default setup
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 21 Jan 2011 15:50:55 +0000 (15:50 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 21 Jan 2011 15:50:55 +0000 (15:50 +0000)
commitaaac844bc607e64848acf9c7386c92ad026027dc
treeb3528db17e7690b376944e32548d017c0bbc04ab
parente05a46ccd8fdd7f9bf19ccf0b57a63443d6943c6
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/branches/rel_2_0@19245 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/950.data.seed-values.sql