Issue with NULL twofa column in users table after upgrade to 2.30

You just saved me all the stress. Great Post.

I did the same using this psql command
UPDATE users SET twofa = FALSE;

Regards

1 Like