Issue information
-
#000019
Issue Confirmations
-
Yes (0)No (0)
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
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.
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...
Updating severity to: 1 - Low
Both username and password are under review for changes...
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users










