1

One of our users modified their MOSS MySite using SharePoint designer. Now all newly created MySites contain that one user's customizations.

Is this how MOSS is supposed to work and how can I fix it?

tshepang
  • 12,111
  • 21
  • 91
  • 136
Ryan Michela
  • 8,284
  • 5
  • 33
  • 47

1 Answers1

2

They did not modify thier own MySite, they modified the person.aspx page (ghosting it). This page is used as the template for all subsequent mysite person.aspx pages. Moss does not update any mysites that have already been created when the page changes.

Update

As Nico pointed out, I have not been exact with my language. The answer has been updated to reflect that.

They did not modify thier own MySite, they modified the template for all mysites. Moss does not update any mysites that have already been created when the template changes.

Community
  • 1
  • 1
Nat
  • 14,175
  • 5
  • 41
  • 64
  • I thought this to be true. What a terrible design. – Ryan Michela Jan 28 '09 at 21:15
  • I think any way of doing this is going to be a compromise due to the way the MySite.aspx works. The alternatives are that SharePoint edits only the personal site, annoying those who do want to edit the template, or a new button has to be added to SPDesigner to swap between personal and public views. – Nat Jan 28 '09 at 21:36
  • I don't think you're correct. When modifying a mysite, other site are not updated. They either modified person.aspx or the mysite template on the filesystem. A standard user cannot moidfy mysite template. – Nico Jan 29 '09 at 16:39
  • Good point, though average users don't have SharePoint designer (oh I really hope). – Nat Jan 29 '09 at 20:39