[Koha-cvs] CVS: koha/misc Install.pm,1.48,1.49

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 5 10:40:30 CEST 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv16203/misc

Modified Files:
	Install.pm 
Log Message:
repeating 2x how to login with mySQL user/password

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** Install.pm	14 Jul 2003 23:36:03 -0000	1.48
--- Install.pm	5 Sep 2003 08:40:28 -0000	1.49
***************
*** 228,234 ****
  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.
  
  Press the <ENTER> key to continue: |;
--- 228,236 ----
  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.
! 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 <ENTER> key to continue: |;
***************
*** 871,877 ****
  $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.
! 
  Password for database user %s: |;
  
--- 873,879 ----
  $messages->{'DatabasePassword'}->{en} = heading('Database Password') . qq|
  Please provide a good password for the user %s.
! IMPORTANT :
! ============
! You can log in using this userid and password at any time.
  Password for database user %s: |;
  





More information about the Koha-cvs mailing list