From 9bd1ad2bfb807d7714e17112a9dc51f2416a1e6c Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 27 Jun 2018 15:19:34 +0000 Subject: Updated SQL creation script to flag password should be changed, and changed INSTALL to note how important password protection of the pages is. --- sql/create_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/create_db.sh b/sql/create_db.sh index b54e338..69639db 100755 --- a/sql/create_db.sh +++ b/sql/create_db.sh @@ -25,7 +25,7 @@ if [ "$x" ] ; then fi pword="PassMan123!" -echo "Password of database user [$pword]:" +echo "Password of database user (hint: change this!) [$pword]:" read x if [ "$x" ] ; then -- cgit v1.2.3