
Aug. 1, 2025
2:46 a.m.
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 <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan