On 2025-08-01 02:46, 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.



Ahhh. Thank you for letting me know that. I had used "return True" in an act of desperation. Is good to be shown how to do it right.

:-)
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/DVUHGSLERFSUWBXBWSGVMI5ODW5AGVZZ/

This message sent to arch...@mail-archive.com

Reply via email to