User start Page

Is there any way we can set the user start page as a site without configuring it in the Admin suite??

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    A really important question might be, "What is the use-case for doing this without utilizing the Admin Console?"

  • The use case for doing this is using automated processes when setting up a new environment. The first thing to do is export the Admin Console, modify the properties for the new environment, then import into the new environment. The start pages depend on groups, which must be defined in an application, creating a circular dependency that can not be resolved, unless we can override the value of the start pages. If no applications have been imported, it is not possible to set the start pages because the groups do not yet exist. It would be nice to set the start pages in the customization properties, so they can be defaulted to empty to start, then added (as properties) per environment.

    Having no way to set an admin property like this means lots of manual setup for a new environment. This is true for any admin console setting that does not have a property in the property file.

Reply
  • The use case for doing this is using automated processes when setting up a new environment. The first thing to do is export the Admin Console, modify the properties for the new environment, then import into the new environment. The start pages depend on groups, which must be defined in an application, creating a circular dependency that can not be resolved, unless we can override the value of the start pages. If no applications have been imported, it is not possible to set the start pages because the groups do not yet exist. It would be nice to set the start pages in the customization properties, so they can be defaulted to empty to start, then added (as properties) per environment.

    Having no way to set an admin property like this means lots of manual setup for a new environment. This is true for any admin console setting that does not have a property in the property file.

Children