...
Modify user accounts in the database. Specifically, the UP_USER_PROFILE table contains a lookup of the structure and theme stylesheets that should be used by users. The following SQL can be used to modify the values for the respective layout management approaches. See the following table for the specific stylesheet values that come in the default uPortal database.
You can map and configure a Servlet Context Listener to do this for you.
No Format |
---|
UPDATE up_user_profile SET structure_ss_id=<struct Id From Below>, theme_ss_id=<theme Id From Below> WHERE theme_ss_is=<current Theme Id In up_user_profile>; |
...