function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Joe BriaticoJoe Briatico 

User field level security standard fields


Trying to develop a visual force page that will display user information.  Some of the information (About Me and profile pic) do not show up on the page when I test the website.  Shows up when I run in test mode (/apex/pagename),  This is usually a field level security issue.  
The problem that I face is field level security is not available for standard fields on the user object.   Is there a workaround?  How can I see those fields on the page?

Thanks,

Joe