Add verified email address (#129)

This commit is contained in:
Oliver
2026-09-19 09:55:53 +10:00
committed by GitHub
parent 54bff7ea77
commit eeba2b1e4f
+12
View File
@@ -96291,6 +96291,18 @@
"object_id": 6 "object_id": 6
} }
}, },
{
"model": "account.emailaddress",
"pk": 5,
"fields": {
"user": [
"noaccess"
],
"email": "norman@demo.inventree.org",
"verified": true,
"primary": true
}
},
{ {
"model": "users.userprofile", "model": "users.userprofile",
"pk": 1, "pk": 1,