View Issue Details

IDProjectCategoryView StatusLast Update
0013478mantisbtadministrationpublic2011-11-13 06:16
Reporterubuone Assigned Toatrol  
PriorityhighSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.8 
Summary0013478: max username size (32 char) is too small
Description

The max size of the username field is 32 characters. I am using complete email address for this field and 64 char would be adequate.

Additional Information

This size is harcoded :

  • database username : varchar(32)
  • core/constant_inc.php : define( 'DB_FIELD_SIZE_USERNAME', 32);
  • login.php : <input type="text" name="username" size="32" ...
    and more.
TagsNo tags attached.

Relationships

duplicate of 0008017 closeddregad Increase the size of the username field 

Activities

There are no notes attached to this issue.