diff --git a/mozbuzz/settings.py b/mozbuzz/settings.py index 582b7d9..1835afe 100644 --- a/mozbuzz/settings.py +++ b/mozbuzz/settings.py @@ -181,6 +181,7 @@ # Create user accounts automatically if no user is found. BROWSERID_CREATE_USER = False +BROWSERID_VERIFY_CLASS = 'default' try: from settings_local import * # NOQA