Bug #1458
openUser is allowed to create webinar with images overrunning the max pixel dimensions
0%
Description
Description
The image field allows uploading picture with more than
The allowed size for uploading picture
Updated by Martina Mitrevska over 2 years ago
- Subject changed from Webinar can be created with images larger then the maximum size 5mb to User is allowed to create webinar with images overrunning the max pixel dimensions
- Assignee set to Martina Mitrevska
Description
The image field allows to be uploaded images larger than the specified maximum dimension of 1000x1000 pixels
Steps to reproduce
1. Login on interrapt
2. Click on Webinar menu from the sidebar
3. Click on create
4. On the field image upload a picture with 2000x2000 pixels or more
5. Fill out all the other fields
6. Click on create
Expected result
New webinar should not be created, error message in red letters should be displayed, indicating that the image field is required and that the uploaded image should have 1000x1000 pixels (maximum).
Actual result
New webinar is created, the image field accepts images larger than 1000x1000 pixels, no error message is shown.