[interchange-cvs] [SCM] Interchange branch, master, updated. a2a121072b0c05147436c3600d857ddc71d726d3

Gert van der Spoel interchange-cvs at icdevgroup.org
Tue Jul 14 08:25:28 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  a2a121072b0c05147436c3600d857ddc71d726d3 (commit)
      from  5afadccff16a21b7fab46395ede1b66c04e4c091 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a2a121072b0c05147436c3600d857ddc71d726d3
Author: Gert van der Spoel <ic at 3edge.com>
Date:   Tue Jul 14 10:20:08 2009 +0200

    Corrected min/max username length
    
    Currently you can set a username with a length between 2 and 64.
    ship_addresses.html was testing on usernames bewteen 4 and 10.
    
    Any account created with a username < 4 or > 10 would result in
    an error such as: username length XX more than maximum length 10.
    
    Reported by René Hertell.

-----------------------------------------------------------------------

Summary of changes and diff:
 dist/standard/pages/member/ship_addresses.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dist/standard/pages/member/ship_addresses.html b/dist/standard/pages/member/ship_addresses.html
index 30026ae..14cfca7 100644
--- a/dist/standard/pages/member/ship_addresses.html
+++ b/dist/standard/pages/member/ship_addresses.html
@@ -299,7 +299,7 @@ A.rtitle:active,A.rtitle:link,A.rtitle:visited {
 	    " 
 	    check.username="
 			regex ^\w+$ '[L]Username must be of characters [A-Za-z0-9][/L]'
-			length 4-10
+			length 2-64
 	    " 
 	    get=1
 	    ui_data_fields="username company fname lname address1 address2 city state zip country phone_day"


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list