[Mailman-Developers] mailman-bundler-3.0b2 Login methods

Vijay Tico vtico at yandex.com
Thu Nov 6 20:06:02 CET 2014


Hi,

I have installed mailman-bundler-3.0b2. On the Postorius login page, by
default there is the Google, persona and Yahoo authentication. I only
want basic native application authentication, which I can't see in this
page.

Tweaking the AUTHENTICATION_BACKENDS variable in development.py, I could
disable the Google and Yahoo authentication and
'django.contrib.auth.backends.ModelBackend' seemingly corresponds to the
persona authentication.

AUTHENTICATION_BACKENDS = (
    #'social_auth.backends.google.GoogleBackend',
    #'social_auth.backends.yahoo.YahooBackend',
    #'social_auth.backends.OpenIDBackend',
    'django.contrib.auth.backends.ModelBackend',
)

So the question does Postorius/Hyperkitty support basic authentication
at all? How can I enable it?

Cheers


More information about the Mailman-Developers mailing list