[Mailman-Developers] can't login with Google/Yahoo (last mailman-bundler)

Mark Sapiro mark at msapiro.net
Tue Oct 11 00:30:46 EDT 2016


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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Developers mailing list