First Step:
Locate ~/admin/Users/Profile.ascx
Open Profile.ascx , find "visibilitystyle-cssclass" and change it to this (the line in red rectangular)
Second Step:
Open ~/Portals/_default/default.css and define the style for "nodisplay":
.nodisplay {display:none;}
Then clear the browser's cache, go to the Edit Profile page.
And you're done! Users will no longer see the complicated option in their profiles.
Hope you find this useful Thanks for reading. 
|