Displaying User Properties options
User Administration has a User Properties menu point that allows you to specify user properties for different roles. To suppress this option, change the value of the DISABLE_USERPROPERTIES key from false to true:
<appSettings>
<add key="DISABLE_USERPROPERTIES" value="true" />
</appSettings>
See also