fedora-accounts userbox.cgi,1.39,1.40

Toshio ãããã (toshio) fedora-extras-commits at redhat.com
Thu Jan 17 18:54:30 UTC 2008


Author: toshio

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22883

Modified Files:
	userbox.cgi 
Log Message:
Allow username to be 16 chars to match the database.



Index: userbox.cgi
===================================================================
RCS file: /cvs/fedora/fedora-accounts/userbox.cgi,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- userbox.cgi	13 Jun 2007 03:53:39 -0000	1.39
+++ userbox.cgi	17 Jan 2008 18:54:27 -0000	1.40
@@ -82,7 +82,7 @@
 fields = (
     {'desc':"Your full name", 'name':"human_name", 'maxlen':50, 'check':check_notempty,
      'can_edit':0},
-    {'desc':"Username", 'name':"username", 'maxlen':8, 'check':check_username,
+    {'desc':"Username", 'name':"username", 'maxlen':16, 'check':check_username,
      'can_edit':0},
     {'desc':"E-mail address", 'name':'email', 'maxlen':80, 'check':check_email,
      'notes':"Your E-mail address must be the one you use for your GPG key and bugzilla account"},




More information about the fedora-extras-commits mailing list