django-mailman3 wrong use of openid functions create TypeError

Hi,

Followup from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995222

In the file django_mailman3/lib/auth/fedora/views.py in the post function of class LoginView the function allauth.socialaccount.providers.openid.views._openid_consumer is called with a single argument. However looking at allauth:socialaccount/providers/openid/views.py this function has three mandatory arguments.

Could you please update the code of fedora/views.py ? :)

Thanks in advance. :)

Edited by Pierre-Elliott Bécue