koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha koha.upgrade,1.1.2.12,1.1.2.13


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha koha.upgrade,1.1.2.12,1.1.2.13
Date: Thu, 11 Jul 2002 12:56:35 -0700

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

Modified Files:
      Tag: rel-1-2
        koha.upgrade 
Log Message:
Added info about the new authentication to koha.upgrade, and changed inactivity
timeout to 2 hours in Auth.pm.  This will be configurable in the final version.


Index: koha.upgrade
===================================================================
RCS file: /cvsroot/koha/koha/koha.upgrade,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -r1.1.2.12 -r1.1.2.13
*** koha.upgrade        11 Jul 2002 18:43:51 -0000      1.1.2.12
--- koha.upgrade        11 Jul 2002 19:56:33 -0000      1.1.2.13
***************
*** 549,552 ****
--- 549,571 ----
  
  
+ 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>;
+ 
+ 
  
  print qq|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]