Jump to content


Issue information

  • #000019


Issue Confirmations

  • Yes (0)No (0)
Photo

Increase default username length

Posted by mvaldez on 20 April 2010 - 09:10 AM

The default username length in table (manager_users) is 15 characters. When using email addresses as usernames or simply trying to integrate the Etomite database with other applications, 15 characters is really too short.

Regards,

MV

ALTER TABLE `(your table prefix goes here)_manager_users` CHANGE `username` `username` VARCHAR( 100 ) CHARACTER SET (your charset goes here) COLLATE (your collation goes here) NOT NULL DEFAULT ''

Just one MySql query and no problem =)
100 chars seems to be enough.


Updating status to: In Progress
Updating severity to: 1 - Low

Both username and password are under review for changes...






1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users