[PATCH 4/6] The condition triggers on 4 letters instead of 6.

Junichi Uekawa dancer at netfort.gr.jp
Mon Jun 22 14:22:48 UTC 2009


---
 trunk/ddtss-cgi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/trunk/ddtss-cgi b/trunk/ddtss-cgi
index e75a1b8..a281c80 100755
--- a/trunk/ddtss-cgi
+++ b/trunk/ddtss-cgi
@@ -1261,7 +1261,7 @@ sub display_createlogin
     if( $alias !~ /^\w{6,}$/ )
     { display_error( "Aliases are numbers, letters and underscore and at least 6 letters long, thanks" ) }
     if( $realname !~ /^[\w ']{4,}$/ )
-    { display_error( "Real names consist of alphanumeric characters, spaces and quotes and are at least 6 letter long, thanks" ) }
+    { display_error( "Real names consist of alphanumeric characters, spaces and quotes and are at least 4 letter long, thanks" ) }
     if( $q->param("password1") ne $q->param("password2") )
     { display_error( "Passwords don't match, try again" ) }
     if( length $q->param("password1") < 5 )
-- 
1.6.3.1


--Multipart_Tue_Jun_23_08:32:41_2009-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment;
 filename="0005-make-the-passive-English-text-passive-tense.patch"
Content-Transfer-Encoding: 7bit



More information about the Debian-l10n-devel mailing list