cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove 'ALL' permission for users

guhann
Champ in-the-making
Champ in-the-making
In authentication-services-context.xml file … in companyHomeFolderProvider i added
<property name="userPemissions">
<set>
<value>Consumer</value>
</set>
</property>

now for the newly created users,both roles are displaying(Consumer and ALL). How do i remoe ALL permission?? i also tried
<property name="clearExistingPermissionsOnCreate">
<value>true</value>
</property>

but still both the roles are displaying, Can anyone help me to remove 'ALL'?
1 REPLY 1

guhann
Champ in-the-making
Champ in-the-making
In NewUserWizard file, comment the line 960, it will remove the "ALL" permission.

Now only consumer will be displayed when u create a new user.