pb

Results 20 comments of pb

Yup that's what this was doing: > `ACCOUNT_ADAPTER = 'myapp.adapter.ComboAdapter'` #30 ensures that you can retrieve the active adapter (rather than None) but does not fix the issue of it...

@asucrews No, the latest version of django-invitations still has not changed this approach.

Note if you're getting the error: `AttributeError: 'function' object has no attribute 'view_class'` This was an issue in django-allauth-2fa and was recently fixed on the main branch but has not...

An organization I work with helped fund the development of the allauth native 2fa feature, in hopes that it would be better maintained than the allauth-2fa library. We're migrating and...

I can certainly try! I'm not well versed on pytest and I've never used Hatch so I'm struggling a bit, but I'll throw some time at it.

BTW I got 34 test failures (18 passes) with a new test environment due to: ``` FAILED tests/test_allauth_2fa.py::test_require_2fa_middleware[tests.adapter.CustomAdapter-True] - django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load...

@valberg Test case added. Let me know if I screwed anything up, apologies in advance!