koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/members... [R_2-2-7-1


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/members... [R_2-2-7-1]
Date: Mon, 12 Feb 2007 10:29:02 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         R_2-2-7-1
Changes by:     Antoine Farnault <toins>        07/02/12 10:29:02

Modified files:
        koha-tmpl/intranet-tmpl/default/en/members: member-password.tmpl 

Log message:
        Commiting BUG FIX for 2.2.7.1.
        
        (Fix for Bug 1150, now systempref MinPasswordLength sets how long 
passwords have to be, and if pref doesn't exist, defaults to 5.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/members/member-password.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.9&r2=1.9.10.1

Patches:
Index: member-password.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/Attic/member-password.tmpl,v
retrieving revision 1.9
retrieving revision 1.9.10.1
diff -u -b -r1.9 -r1.9.10.1
--- member-password.tmpl        19 Jul 2004 20:33:52 -0000      1.9
+++ member-password.tmpl        12 Feb 2007 10:29:02 -0000      1.9.10.1
@@ -8,6 +8,9 @@
                        <!-- TMPL_IF NAME="warn" -->
                                You have entered a UserID that already exists.  
Please choose another one.<br>
                        <!-- /TMPL_IF -->
+                   <!-- TMPL_IF NAME= "ShortPass" -->
+                  Your new password must be at least <!-- TMPL_VAR 
NAME="MinPasswordLength" --> characters long.<br>
+               <!-- /TMPL_IF -->
                        New UserID: <input name="newuserid" size="20" 
value="<!-- TMPL_VAR NAME="userid" -->"> <br>
                        New Password: <input name="newpassword" size="20" 
value="<!-- TMPL_VAR NAME="defaultnewpassword" -->"><br>
                        <input type="submit" value="Confirm Password" 
class="button">




reply via email to

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