All accounts start with validated_password: true (or just without the flag; whatever makes more sense to build) - superuser will manually set them to false in kpi
Account with validated_password: false should not be able to access anything sensitive like /api/v1/data
Account with validated_password: false should be able to access OpenRosa submission-related endpoints like /formList and /submission
kpi will have a mechanism that will update an account in kobocat whenever validated_password flag changes for an account in kpi
validated_password: true
(or just without the flag; whatever makes more sense to build) - superuser will manually set them tofalse
in kpivalidated_password: false
should not be able to access anything sensitive like/api/v1/data
validated_password: false
should be able to access OpenRosa submission-related endpoints like/formList
and/submission
validated_password
flag changes for an account in kpiRequires kobotoolbox/kpi#4473