You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(openrosa): sync anonymous submission permission during deployment (#6449)
### 📣 Summary
Ensure anonymous submission permission is correctly propagated to
OpenRosa so Enketo doesn’t ask for login when anonymous collection is
enabled.
### 📖 Description
The issue occurred because the anonymous submission permission was not
being copied to OpenRosa during form deployment. As a result, even
though the KPI interface showed that anonymous submissions were allowed,
the corresponding permission was missing in OpenRosa, causing Enketo to
prompt for authentication.
0 commit comments