Settings

django.conf.settings.LOGIN_REDIRECT_URL

Default: '/accounts/profile'

Path to redirect to on successful login. If you don’t specify this, the default Django value will be used.

django.conf.settings.LOGIN_REDIRECT_URL_FAILURE

Default: '/'

Path to redirect to on an unsuccessful login attempt.

django.conf.settings.BROWSERID_CREATE_USER

Default: True

If True or False, enables or disables automatic user creation during authentication.

If set to a string, it is treated as an import path pointing to a custom user creation function. See auto-user for more information.

django.conf.settings.BROWSERID_VERIFICATION_URL

Default: 'https://browserid.org/verify

Defines the URL for the BrowserID verification service to use.

django.conf.settings.BROWSERID_DISABLE_CERT_CHECK

Default: False

Disables SSL certificate verification during BrowserID verification. Never disable this in production!

django.conf.settings.BROWSERID_CACERT_FILE

Default: None

CA cert file used during validation. If none is provided, the default file included with requests is used.

Project Versions

Previous topic

Advanced Usage

Next topic

Troubleshooting

This Page