On 7/31/25 18:37, Mark Sapiro wrote:

And here I had

             return super().is_open_for_signup(self, req)

which should return the is_open_for_signup result from allauth.account.adapter.DefaultAccountAdapter but since that result is an unconditional True, what you have is OK too.


Actually, that too was wrong. It should have been

              return super().is_open_for_signup(req)

but that is now moot as

              return True

is fine.

--
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/[email protected]/message/IYXES7A7RJZ2JYRNSHNRFCKVNQJA2TKZ/

This message sent to [email protected]

Reply via email to