cancel
Showing results for 
Search instead for 
Did you mean: 

Guest Main Page Configuration

fthamura
Champ in-the-making
Champ in-the-making
Hi All

i want to change the main page from dashboard to guest space.

what should i do,

this setting is for guest page, the default page.
1 REPLY 1

kevinr
Star Contributor
Star Contributor
By default the Guest user cannot modify their start location, however this can be enabled by adding this section to your web-client-config-custom.xml:

   <config>
      <client>
         <!– set true allow the Guest user to configure the start location preferences - false by default –>
         <allow-guest-config>true</allow-guest-config>
      </client>
   </config>
Then restart the server. The Guest user can then modify the start location in the User Console screen, you can then remove the config above so it cannot be changed again.

Thanks,

Kevin