Disable profile picture upload on SharePoint MySites

Requirement : Users should not be able to edit their profile pictures. Active directory images will be imported using PowerShell.

MySitePhotoEdit

Steps :

  1. Go to Central Admin -> Application Management -> Manage Service Applications -> User Profile Service Applications ->People : Manage User Properties

MySitePhotoEdit2

2. Edit ‘Picture’ property and select ‘Do not allow users to edit values for this property’ under Edit Settings

MySitePhotoEdit3

Now, users will not be able to edit their profile pictures.

MySitePhotoEdit4

List Fields not showing after SharePoint 2013 migration

Issue : List fields (except Title field) are not showing on Display, Edit & Add new item forms  after migrating to SharePoint 2013.

ListFields1

in this case, ‘Title’ column was renamed as ‘First Name’.

Troubleshooting :

When I enabled “Content types” under list settings, I noticed that the default content type (item) was attached only to the “First Name” field.

ListFields2.JPG

ListFields3.JPG

 

Resolution : I had to add all the fields to the default content type.

Steps: 

  1. Click on the default content type (Item)ListFields4
  2. Click on ‘Add from existing site or list columns’

ListFields5

3. Add columns.

ListFields6