CVS update: /cowiki/includes/cowiki/plugin/

[email protected] 3 Aug 2005 09:32:21 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/08/03 02:32:21

Modified:
   cowiki/includes/cowiki/plugin/class.PrivateAdminUserEditor.php

Log:
 Allow up to 16 characters in user name

File Changes:

Directory: /cowiki/includes/cowiki/plugin/
==========================================

File [changed]: class.PrivateAdminUserEditor.php
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/plugin/class.PrivateAdminUserEditor.php?r1=1.22&r2=1.23
Delta lines:  +4 -4
-------------------
--- class.PrivateAdminUserEditor.php	27 Feb 2005 20:35:11 -0000	1.22
+++ class.PrivateAdminUserEditor.php	3 Aug 2005 09:32:19 -0000	1.23
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.PrivateAdminUserEditor.php,v 1.22 2005/02/27 20:35:11 dgorski Exp $
+ * $Id: class.PrivateAdminUserEditor.php,v 1.23 2005/08/03 09:32:19 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -16,7 +16,7 @@
  * #param:     none
  * #caching:   not used
  * #comment:   none
- * #version:   1.1
+ * #version:   1.2
  * #date:      20. December 2002
  * #author:    Daniel T. Gorski <[email protected]>
  *
@@ -31,7 +31,7 @@
  * @author      Daniel T. Gorski, <[email protected]>
  * @copyright   (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license     http://www.gnu.org/licenses/gpl.html
- * @version     $Revision: 1.22 $
+ * @version     $Revision: 1.23 $
  *
  */
 
@@ -337,7 +337,7 @@
 
         // User login
         $sStr = '<input type="text" name="login_admin" size="32"';
-        $sStr .=  ' maxlength="8" value="'.escape($Edit->get('login')).'">';
+        $sStr .=  ' maxlength="16" value="'.escape($Edit->get('login')).'">';
         $this->Template->set('TPL_ITEM_LOGIN', $sStr);
 
         // User password