Dear all,
How to auto forward user to their My Site. Currently when user login, they will see the master Sharepoint Page.
Thank you
SharePoint - General Question and Answers and Discussion
Dear all,
How to auto forward user to their My Site. Currently when user login, they will see the master Sharepoint Page.
Thank you
Use SharePoint designer to open the home page.
You could also place a Content Editor web part with the javascript to redirect them on the home page. They will still pull up the page but would be immediately redirected to the My Site.
Group policy is the only way to roll out the "Home Page Default" as was suggested earlier. If you are not on a domain or cannot implement a GPO, some sort of redirect would be the only way IMHO.
I would agree.. but it is what he was asking for :-)
I would personally train them to click the "My Site" link after they have seen what's new for them on the home page :-)
What is the javascript to redirect someone to another site
Someone gave me this and I put it in a CEWP and it doesn't do anything.
<script type="text/javascript"> <!-- window.location = "http://www.google.com/" //--> </script>
Can anyone help
Thanks.
Bailey