From c253df7bc91431b0a4df9f61e413bf1730460ea5 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 16 Nov 2013 14:16:01 +0000 Subject: [PATCH] allow signups while using alternative auth backend --- pandora/app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/app/config.py b/pandora/app/config.py index b5b605fa..7094264f 100644 --- a/pandora/app/config.py +++ b/pandora/app/config.py @@ -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