Already logged in - now what?

So I set my default homepage to the sign in page, and created rules by roles (if role X - go to page A, if role Y go to page B). This works fine when initially logging in. However if I’m already logged in and enter the home page - I get the “already logged in” message, and I’m not redirected anywhere.

How best should I approach this, so that when a user who’s already logged in enters the homepage - they should still be redirected to the correct page. Otherwise they’re “stuck” on the sign in page.

Add a page rule to redirect based on role.

1 Like

This is the way.

A word of caution though…

When using the Login page as your homepage + login redirect rules + logout redirect rules + page rules, it’s possible to accidentally put the user into an endless redirect loop between pages.

1 Like

Got it, thanks! This indeed works. Will be cautious about it :pray:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.