#338 closed enhancement (fixed)
Group Image fields, avatar_thumb and avatar_full are too short
Reported by: | fishbowl81 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | trivial | |
Severity: | Version: | ||
Component: | Keywords: | avatars, image location, string length | |
Cc: |
Description
The current database structure allows for 150 characters for avatars for groups. The system does nothing to validate the string length when uploading avatars, and thus stores concatenated image urls for long image names.
I think it would be safe to extend the field length to 256, with no negative impact for most users.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixed in r953, thanks.