[Koha-cvs] koha/updater updatedatabase [R_2-2-7-1]

paul poulain paul at koha-fr.org
Tue Mar 6 16:16:06 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	paul poulain <tipaul>	07/03/06 15:16:06

Modified files:
	updater        : updatedatabase 

Log message:
	MinPasswordLength

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.100.2.54.2.1&r2=1.100.2.54.2.2

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.54.2.1
retrieving revision 1.100.2.54.2.2
diff -u -b -r1.100.2.54.2.1 -r1.100.2.54.2.2
--- updatedatabase	12 Feb 2007 10:53:11 -0000	1.100.2.54.2.1
+++ updatedatabase	6 Mar 2007 15:16:06 -0000	1.100.2.54.2.2
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.54.2.1 2007/02/12 10:53:11 toins Exp $
+# $Id: updatedatabase,v 1.100.2.54.2.2 2007/03/06 15:16:06 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1426,6 +1426,18 @@
             type => 'YesNo',
             value =>0,
         },
+        {
+            uniquefieldrequired => 'variable',
+            variable            => 'MinPasswordLength',
+            value               => '5',
+            forceupdate         => {
+                'explanation' => 1,
+                'type' => 1
+            },
+            explanation => "Minimum length for patron passwords",
+            type => 'YesNo',
+            value =>5,
+        },
 
     ],
 
@@ -2196,6 +2208,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.54.2.2  2007/03/06 15:16:06  tipaul
+# MinPasswordLength
+#
 # Revision 1.100.2.54.2.1  2007/02/12 10:53:11  toins
 # Commiting BUG FIX for 2.2.7.1.
 #





More information about the Koha-cvs mailing list