[Improvement] Allow bigger files for upload for users profile picture #610
Replies: 3 comments
-
I've slightly changed the title, because this only refers to user image. This is 2mb now indeed but it could be another configuration option |
Beta Was this translation helpful? Give feedback.
-
Good first issue for anyone wanting to contribute, Line 32 in 87539eb @mgogoulos What max size should we allow? |
Beta Was this translation helpful? Give feedback.
-
2MB limit for user profile is set, since the image gets re scaled anyway on 200x200 (check users.models.User.logo) For this one here, indeed a check could be towards a variable set on cms/settings.py (eg USER_PROFILE_PICTURE_SIZE), which would have the default 2MB limit but make it easy for users to override (nice suggestion @swiftugandan !) |
Beta Was this translation helpful? Give feedback.
-
Where can you allow larger files to be uploaded? Cannot add profile pictures for users more than 2 mb.
Beta Was this translation helpful? Give feedback.
All reactions