1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Remove avatar delete url

This commit is contained in:
xiez
2012-05-25 14:14:51 +08:00
parent df4a838005
commit e5f64a4944
5 changed files with 8 additions and 4 deletions

View File

@@ -178,6 +178,7 @@ AVATAR_STORAGE_DIR = 'avatars'
AVATAR_GRAVATAR_BACKUP = False
AVATAR_DEFAULT_URL = '/avatars/default.png'
AUTO_GENERATE_AVATAR_SIZES = (80, 16)
AVATAR_MAX_AVATARS_PER_USER = 1
LOGIN_URL = SITE_ROOT + 'accounts/login'