#338 closed enhancement (fixed)
Group Image fields, avatar_thumb and avatar_full are too short
| Reported by: | fishbowl81 | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed in r953, thanks.