MantisBT: master 76cb1ad2

Author Committer Branch Timestamp Parent
dregad dregad master 2015-12-30 14:03 master ab9db31c
Affected Issues  0008017: Increase the size of the username field
 0020465: Reduce size of username and email fields to allow utf8mb4 charset
Changeset

Reduce email and realname columns to 191 chars

The varchar(255) implemented to address issue 0008017 was causing issues
with utf8mb4 encoding due a limitation in the size of indexes in MySQL.

Fixes 0020465

mod - admin/schema.php Diff File