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
_______________________________________________
Mailman-Developers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to