We are using the bridge for phpBB3 forum.
This has a pluginwhich uses 'onUserBeforeSave". When we setup a user profile to edit and save it appears seblod works OK. However when the user sync plugin for phpbb3 is enabled seblod appears to treat the form submission as 'new' and blocks and deactivates the account.
Some debugging points to
Juser->save() called in /plugins/cck_storage_location/joomla_user/joomla_user.php:294 where isNew is true :(
So i guess the question is how do you tell seblod that a profile edit is not a new registration?