I'm using the SharePoint 2010 FBA Pack http://sharepoint2010fba.codeplex.com/. Basically, I want to redirect to the homepage once a user Sign's out. I'm unable to find this. Could someone please help me out?
Many Thanks!
|
I'm using the SharePoint 2010 FBA Pack http://sharepoint2010fba.codeplex.com/. Basically, I want to redirect to the homepage once a user Sign's out. I'm unable to find this. Could someone please help me out? Many Thanks! |
|||
|
|
|
You can follow steps below: 1) Create a copy of SignOut.aspx in the Layouts folder. Rename it as CustomSignOut.aspx 2) Open the custom page in notepad\designer. In the function 3) Make this page the default sign out page for the web application using below command in SP Management shell :
|
|||||||
|
|
Amit's answer is correct as discussed previously - signout.aspx doesn't seem to be used Simply done using PowerShell;
Simply UN-done using PowerShell;
I must have missed the important part about the "FBA Pack", although I am not certain, I think you could either make a feature or edit the master page, adding the signout functionality. I don't have a server to test this right now but please check this out; http://www.thesug.org/blogs/lsuslinky/Lists/Posts/ViewPost.aspx?ID=23 |
||||
|