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
Currently the userIdProvider is hard-coded to use the StaticUserIdProviderFactory in the ContentRepository settings leading to the initiatingUserId metadata always to be system.
This should be replaced by a factory that determines the currently authenticated user instead (and falls back to system)