Revision history [back]
Askbot does use the default django password authentication. To disable all of askbot's authentication, remove app askbot.deps.django_authopenid
from the INSTALLED_APPS
list and remove askbot.deps.django_authopenid.backends.AuthBackend
from the AUTHENTICATION_BACKENDS