[Koha-cvs] CVS: koha installer.pl,1.2.2.56,1.2.2.57 sampledata-1.2,1.1.2.4,1.1.2.5

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jul 11 22:48:25 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv11016

Modified Files:
      Tag: rel-1-2
	installer.pl sampledata-1.2 
Log Message:
Added authentication information to installer.pl, modified sample data to work
with new authentication scheme, fix to Auth.pm that was causing userid and
password to show up in the URL after logging out and logging back in again.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.56
retrieving revision 1.2.2.57
diff -C2 -r1.2.2.56 -r1.2.2.57
*** installer.pl	9 Jul 2002 20:16:41 -0000	1.2.2.56
--- installer.pl	11 Jul 2002 20:48:22 -0000	1.2.2.57
***************
*** 930,933 ****
--- 930,951 ----
  chown(0, (getpwnam($httpduser)) [3], "$kohadir/scripts/z3950daemon/processz3950queue") or warn "can't chown $kohadir/scripts/z3950daemon/processz3950queue: $!";
  
+ print qq|
+ 
+ ==================
+ = Authentication =
+ ==================
+ 
+ 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 /etc/koha.conf configuration file at any time.  Use the
+ "Members" module to add passwords for other accounts and set their permissions.
+ 
+ [NOTE PERMISSIONS ARE NOT COMPLETED AS OF 1.2.3RC1.  Do not give passwords to
+  any patrons unless you want them to have full access to your intranet.]
+ |;
+ print "Press the <ENTER> key to continue: ";
+ <STDIN>;
+ 
  
  #RESTART APACHE

Index: sampledata-1.2
===================================================================
RCS file: /cvsroot/koha/koha/sampledata-1.2,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** sampledata-1.2	26 Jun 2002 20:42:58 -0000	1.1.2.4
--- sampledata-1.2	11 Jul 2002 20:48:22 -0000	1.1.2.5
***************
*** 2246,2252 ****
  #
  
! INSERT INTO borrowers VALUES (1,'V10000008','Tonnesen','Steve',' ','','','asdfasdf',NULL,'asdf','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'asdf','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL);
! INSERT INTO borrowers VALUES (2,'V10000019','Doe','Jane','Ms','','','PO Box 333',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',0,0,0,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,'PO Box 333');
! INSERT INTO borrowers VALUES (3,'V1000002X','Smith','John','Mr','','','PO Box 782',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL);
  
  
--- 2246,2252 ----
  #
  
! INSERT INTO borrowers VALUES (1,'V10000008','Tonnesen','Steve',' ','','','asdfasdf',NULL,'asdf','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'asdf','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL,'tonnesen','iux7QhPe4Y9aPvjHbrUsCA');
! INSERT INTO borrowers VALUES (2,'V10000019','Doe','Jane','Ms','','','PO Box 333',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',0,0,0,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,'PO Box 333', 'jdoe', 'iux7QhPe4Y9aPvjHbrUsCA');
! INSERT INTO borrowers VALUES (3,'V1000002X','Smith','John','Mr','','','PO Box 782',NULL,'Somewhere, BC','','','',NULL,NULL,NULL,'','0000-00-00','','','2002-06-25',NULL,NULL,NULL,NULL,NULL,'Mr. Buddy Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL,'jsmith', 'iux7QhPe4Y9aPvjHbrUsCA');
  
  





More information about the Koha-cvs mailing list