I'm not sure if this is the right forum, but I could not find a forum "CB PlugIn Developers". If anybody knows a better place to post this question, please tell me so.
So here we go ...
The CB PlugIn, I'm trying to develop right now needs to keep track of all changes made to user data (either by the user itself or by an admin). So I'm listening to the onBeforeUserUpdate and onAfterUserUpdate Event.
Problem now: These events fire, whenever a user changes his data in the frontend, but NOT when an admin changes user data in the backend . Is this a bug? Which events do I have to listen to to catch changes made to user data by an admin in the backend?
Any help is greatly appreciated!