Does askbot use django authentication
I want to confirm if askbot has turned on default django authentication. I see the middleware file in the authentication module and sounds like what askbot doing is using django authentication but customize by writing the middleware. in that case if I comment 'django.contrib.auth.middleware.AuthenticationMiddleware',
this line I can simply disable the askbot authentication or do it need to do more?
Comments