• Icon: Suggestion Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Specific companies policies might need to have a common home page set for all users and currently, a confluence user personal setting will overwrite the global home page as stated in the documentation.

      Confluence admin should have a setting to "force" the global home page over user settings.

      workaround

      I could create this query that will show all users that have a home page set instead of using the global home page:

      SELECT um.username, os.entity_key, os.string_val FROM OS_PROPERTYENTRY os
      JOIN user_mapping um on um.user_key = trim('USERPROPS-' FROM os.entity_name)
      WHERE os.entity_key = 'confluence.user.site.homepage';
      

      and this delete sql will remove their setting leaving only the global home page setting.

      DELETE FROM os_propertyentry WHERE entity_key = 'confluence.user.site.homepage';
      

      Remember, always perform a full backup of the database before performing any update or delete query on it.

          Form Name

            [CONFSERVER-33740] Prevent users to override the global site home page

            Renata Dornelas made changes -
            Remote Link Original: This issue links to "Page (Atlassian Documentation)" [ 157618 ]
            Sen Geronimo made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3577778 ] New: JAC Suggestion Workflow 3 [ 4338276 ]
            Jason Anderson made changes -
            Remote Link New: This issue links to "Page (Confluence)" [ 490133 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3171274 ] New: JAC Suggestion Workflow 4 [ 3577778 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3032322 ] New: JAC Suggestion Workflow 2 [ 3171274 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2532318 ] New: JAC Suggestion Workflow [ 3032322 ]
            Rachel Lin (Inactive) made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 2277934 ] New: Confluence Workflow - Public Facing v4 [ 2532318 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 - TEMP [ 2154343 ] New: Confluence Workflow - Public Facing v3 [ 2277934 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 1936973 ] New: Confluence Workflow - Public Facing v3 - TEMP [ 2154343 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v2 [ 1753040 ] New: Confluence Workflow - Public Facing v3 [ 1936973 ]

              jmasson@atlassian.com John Masson
              rgadami Rodrigo Girardi Adami
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: