This documentation relates to the latest version of Confluence.
If you are using an earlier version, please go to the documentation home page and select the relevant previous version.

Redirect users to a page on login

Confluence 2.8 Documentation

Index

Can I set Confluence to redirect users to a space homepage immediately after login?

Yes. You can direct users to any of the space homepages when they login to the site This is configured by a site administrator from the Administration Console. Instructions on how to do this can be found here.

RELATED TOPICS

Administration Guide
Customising Space Homepage

Labels:

howdoi-faq howdoi-faq Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Oct 06, 2006

    David Peterson says:

    If you want to redirect users to different locations based on username, group or...

    If you want to redirect users to different locations based on username, group or space access permissions, you can use the Visibility Plugin and Redirection Plugin on the global homepage, something like so:

    {show-to:group=custom group}
    {redirect:Custom Group Homepage}
    {show-to}
    {show-to:users=tom,jerry}
    {redirect:Tom and Jerry Homepage}
    {show-to}
    

Add Comment