allow signups while using alternative auth backend

This commit is contained in:
j 2013-11-16 14:16:01 +00:00
parent 8417f9e886
commit c253df7bc9
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ def load_config():
settings.SERVER_EMAIL = config['site']['email']['system']
config['site']['videoprefix'] = settings.VIDEO_PREFIX
config['site']['version'] = get_version()
config['site']['dontValidateUser'] = not settings.AUTH_CHECK_USERNAME
if not 'folderdepth' in config['site']:
config['site']['folderdepth'] = settings.USE_IMDB and 4 or 3