From 45ae9b219e78cf2349df236d0237da70993e58b4 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 5 Sep 2003 08:40:28 +0000 Subject: [PATCH 1/1] repeating 2x how to login with mySQL user/password --- misc/Install.pm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/misc/Install.pm b/misc/Install.pm index 7eac68e8d2..add939d9e5 100644 --- a/misc/Install.pm +++ b/misc/Install.pm @@ -227,9 +227,11 @@ Koha Log Directory [%s]: |; $messages->{'AuthenticationWarning'}->{en} = heading('Authentication') . qq| This release of Koha has a new authentication module. If you are not already using basic authentication on your intranet, you will be required to log in to -access some of the features of the intranet. You can log in using the userid -and password from the %s/koha.conf configuration file at any time. Use the -"Members" module to add passwords for other accounts and set their permissions. +access some of the features of the intranet. +IMPORTANT : +============ +You can log in using the userid and password from the %s/koha.conf configuration file at any time. +Use the "Members" module to add passwords for other accounts and set their permissions. Press the key to continue: |; @@ -870,9 +872,9 @@ Database user [%s]: |; $messages->{'DatabasePassword'}->{en} = heading('Database Password') . qq| Please provide a good password for the user %s. - -This password will also be used to access Koha's INTRANET interface. - +IMPORTANT : +============ +You can log in using this userid and password at any time. Password for database user %s: |; $messages->{'BlankPassword'}->{en} = heading('BLANK PASSWORD') . qq| -- 2.11.0