We're getting the following message when deleting users from the console:
[userlist-rails] Failed to delete delete: Missing required parameter :user
The user is destroyed in Rails, but the profile in Userlist remains (it does appear to delete dependent associations in Userlist, just not the user itself).
Do you know what could be going on here @benedikt? It looks like we're using the auto_discovery strategy for models, and everything else seems to work fine.