wagtail-2fa icon indicating copy to clipboard operation
wagtail-2fa copied to clipboard

'User' object has no attribute 'is_verified' - wagtail 5.1

Open SteanlyCZ opened this issue 1 year ago • 0 comments

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'

SteanlyCZ avatar Aug 03 '23 10:08 SteanlyCZ