Fix AWC-367. Deleting a user from the system does not remove that user from any groups they may be in.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2391 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2006-02-15 16:35:40 +00:00
parent 8d730dc941
commit fb63c64b0a
3 changed files with 35 additions and 25 deletions

View File

@@ -172,9 +172,6 @@
<property name="authenticationComponent">
<ref bean="authenticationComponentImpl" />
</property>
<property name="permissionServiceSPI">
<ref bean="permissionServiceImpl" />
</property>
</bean>
<!-- A transactional wrapper that should be removed. -->
@@ -240,8 +237,11 @@
<property name="searchService">
<ref bean="searchService" />
</property>
<property name="dictionaryService">
<ref bean="dictionaryService" />
<property name="permissionServiceSPI">
<ref bean="permissionServiceImpl" />
</property>
<property name="authorityService">
<ref bean="authorityService" />
</property>
<property name="namespacePrefixResolver">
<ref bean="namespaceService" />