mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-14 04:04:03 +00:00
Add constant for maximum allowed unconfirmed emails (need to wire up in model/view/save later!)
This commit is contained in:
@@ -64,6 +64,7 @@ SERVER_EMAIL = 'accounts@mg.linux-kernel.at'
|
|||||||
DEFAULT_FROM_EMAIL = SERVER_EMAIL
|
DEFAULT_FROM_EMAIL = SERVER_EMAIL
|
||||||
|
|
||||||
MAX_NUM_PHOTOS = 5
|
MAX_NUM_PHOTOS = 5
|
||||||
|
MAX_NUM_UNCONFIRMED_EMAILS = 5
|
||||||
MAX_PHOTO_SIZE = 10485760 # in bytes
|
MAX_PHOTO_SIZE = 10485760 # in bytes
|
||||||
MAX_PIXELS = 7000
|
MAX_PIXELS = 7000
|
||||||
AVATAR_MAX_SIZE = 512
|
AVATAR_MAX_SIZE = 512
|
||||||
|
|||||||
Reference in New Issue
Block a user