On 10/10/2016 09:13 PM, Leon wrote:
> Latest mailman-bundle, Hyperkitty==1.0.3, python-social-auth==0.2.21.
> 
> Added 'backends.yourmembership.YourMembershipAuth' in
> AUTHENTICATION_BACKENDS
> 
> Got exception like this:
> TypeError at /login/yourmembership/
>  auth() got an unexpected keyword argument 'SSL'


This is a known issue.

In mailman-web/urls.py remove ", {"SSL": True}" from the lines

    url(r'', include('social.apps.django_app.urls', namespace='social'),
{"SSL": True}),
     url(r'', include('django_browserid.urls'), {"SSL": True}),

However, you should be aware that python-social-auth and Persona are all
going away in favor of Django Allauth. Mailman-bundler is currently
behind what's in development.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
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