Hello,
My welcome menu from top right corner of the page is missing the following items:
Change My Password
Change My Question
How can I enalble these on my site. The weird is that I have other that have them
Hello,
My welcome menu from top right corner of the page is missing the following items:
Change My Password
Change My Question
How can I enalble these on my site. The weird is that I have other that have them
The ExCM personal menu items are provided by the Delegation Components site collection feature. You can activate this feature by following the instruction on the 'Setup a site collection with ExCM' help page...
(Setup a site collection with ExCM)
http://help.sharepointsolutions.com/products/excm/Configuration_SiteCollectionSetup.html
Once the Delegation Components site collection feature is activated you need to setup Allow Password Change and Allow Password Reset from the Delegation Settings page...
(Delegation Settings)
http://help.sharepointsolutions.com/products/excm/webframe.html?Configuration_DelegationSettings.html
In some cases SharePoint 'forgets' about these registered menu items. If the feature above is active and the menu items still aren't visible then you can redeploy the solution to 'remind' SharePoint of the missing menu item. The simplest way to perform this operation is using the STSADM commands to deactivate, retract, deploy and activate the Delegation Components feature....
STSADM Commands
stsadm -o deactivatefeature -name DelegationComponents -url %SiteUrl%
stsadm -o retractsolution -name SPSolutions.SharePoint.Delegation.wsp -local -url %SiteUrl%
stsadm -o deploysolution -name SPSolutions.SharePoint.Delegation.wsp -local -url %SiteUrl% -allowgacdeployment
stsadm -o activatefeature -name DelegationComponents -url %SiteUrl%
1 Comments