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
Description
Want to avoid this error when targeting special groups with auto-create enabled.
CRITICAL processor - Unable to create %s user group: '_support_admin' on 'Sign' (error: '_support_admin': Illegal group name)
(this message also has a formatting issue)
Group create should check group name syntax, refuse to create special groups and log a warning that group creation was skipped.
Steps to reproduce
Testing/reproducing this issue requires an admin group that isn't returned in the org's group list from a UMAPI groups query. Otherwise the auto-create logic will not trigger.
The UMAPI will generally omit admin roles from the group list that have never had someone assigned to them.
The text was updated successfully, but these errors were encountered:
Description
Want to avoid this error when targeting special groups with auto-create enabled.
(this message also has a formatting issue)
Group create should check group name syntax, refuse to create special groups and log a warning that group creation was skipped.
Steps to reproduce
Testing/reproducing this issue requires an admin group that isn't returned in the org's group list from a UMAPI groups query. Otherwise the auto-create logic will not trigger.
The UMAPI will generally omit admin roles from the group list that have never had someone assigned to them.
The text was updated successfully, but these errors were encountered: