-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'WebAuthnCredentialManager' object has no attribute 'devices_for_user' #22
Comments
This was referenced Aug 27, 2024
nijel
added a commit
to nijel/weblate
that referenced
this issue
Aug 30, 2024
We know the class we want to use, so there is no need to iterate over other class (which might fail due to issues like Stormbase/django-otp-webauthn#22). Fixes WeblateOrg#12369 Fixes WEBLATE-DYJ
5 tasks
nijel
added a commit
to nijel/weblate
that referenced
this issue
Aug 30, 2024
We know the class we want to use, so there is no need to iterate over other class (which might fail due to issues like Stormbase/django-otp-webauthn#22). Fixes WeblateOrg#12369 Fixes WEBLATE-DYJ
nijel
added a commit
to WeblateOrg/weblate
that referenced
this issue
Aug 30, 2024
We know the class we want to use, so there is no need to iterate over other class (which might fail due to issues like Stormbase/django-otp-webauthn#22). Fixes #12369 Fixes WEBLATE-DYJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
django-otp
relies onDevice
subclasses managers havedevices_for_user
method. Without that, some code paths will fail:The text was updated successfully, but these errors were encountered: