The New User Random Avatar module assigns new members a random avatar from the Selectable Avatar store when they first join a Telligent Evolution Platform Community. (Note, users can still change their avatar at a later date). Read more about User Selectable Avatars at http://telligent.com/communities/technical/community/w/documentation/avatars.aspx .
<Override xpath="/CommunityServer/CSModules" mode="add"> <add name="NewUserRandomAvatar" type="AlexCrome.Evolution.Modules.NewUserRandomAvatar, AlexCrome.Evolution" /> </Override>
To uninstall the New User Random Avatar addon, simply remove the above xml from your communityserver_override.config file. (Note, this will not change the avatars of any users which have already had a random avatar assigned to them when they were created).