The ModifiableJdbcGroupsManager class is used to implement both GroupsManager and GroupsManager.FO extensions. However, this class registers itself as a UserListener to the back-office UsersManager.
This means the front-office groups manager is notified when a back-office user is removed, and tries to remove its groups assignations: it should be used as a UserListener on the front-office UsersManager instead.
- blocks
-
CMS-4532 When I delete a user in _admin I get an error because it try to access to front-office database
- Closed