[MKDoc-commit] [1.6 gt] make passwords a bit more random

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Thu May 19 12:42:33 BST 2005


Log Message:
-----------
[1.6 gt] make passwords a bit more random

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/tools:
        install-details-gt.pl

-------------- next part --------------
Index: install-details-gt.pl
===================================================================
RCS file: /var/spool/cvs/mkd/tools/install-details-gt.pl,v
retrieving revision 1.21.2.38
retrieving revision 1.21.2.39
diff -Ltools/install-details-gt.pl -Ltools/install-details-gt.pl -u -r1.21.2.38 -r1.21.2.39
--- tools/install-details-gt.pl
+++ tools/install-details-gt.pl
@@ -72,7 +72,7 @@
     my $document_table      = lib::sql::Table->table('Document');
     my $base_document_table = lib::sql::Table->table('Base_Document');
     
-    my $amount = int (rand (2)) + 3;
+    my $amount = int (rand (2)) + 5;
     my @rand = qw /a i u e o
 		   ka ki ku ke ko
 		   sa shi su se so
@@ -142,7 +142,7 @@
 
 
 {
-    my $amount = int (rand (2)) + 3;
+    my $amount = int (rand (2)) + 5;
     my @rand = qw /a i u e o
 		   ka ki ku ke ko
 		   sa shi su se so


More information about the MKDoc-commit mailing list