Ignore:
Timestamp:
21 Nov 2019, 06:43:08 (5 years ago)
Author:
Henrik Bettermann
Message:

Make max passport picture size customizable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py

    r15685 r15833  
    239239    MAX_FILES = 100
    240240
     241    #: Maximum size in Bytes of passport images in the applicants and
     242    #: students section
     243    MAX_PASSPORT_SIZE = 50 * 1024
     244
    241245    #: Temporary passwords and parents password validity period
    242246    TEMP_PASSWORD_MINUTES = 10
Note: See TracChangeset for help on using the changeset viewer.