in wagtail version 5.1 when saving form "Two Factor Settings"
I get an error:
AttributeError at /2fa/devices/new
'User' object has no attribute 'is_verified'
Request Method: POST
Request URL: http://localhost:8000/2fa/devices/new
Django Version: 4.2.3
Exception Type: AttributeError
Exception Value:
'User' object has no attribute 'is_verified'
Hello,
in wagtail version 5.1 when saving form "Two Factor Settings"
I get an error:
AttributeError at /2fa/devices/new 'User' object has no attribute 'is_verified' Request Method: POST Request URL: http://localhost:8000/2fa/devices/new Django Version: 4.2.3 Exception Type: AttributeError Exception Value:
'User' object has no attribute 'is_verified'