Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleIf using import scripts

There seems to be a bug in the import script that won't allow you to import the channel if the comment is left in place.
<!--
Uncomment to use local login <channel fname="login" unremovable="false" hidden="false" immutable="false"/>
-->

  • In order to show the login form for the guest user layout, go to uportal-war/src/main/data/default_entities/layout/guest.layout.xml file and remove the comment to include the local login form. Your resulting guest.layout.xml file should look like the code segment below without the comment:

...