Multiple panels

How to I make sure when users login, they're redirected to the panel I want?
5 Replies
Fredchess237
Fredchess2372mo ago
More context please
KingNii
KingNiiOP2mo ago
@Fredchess237 I have three panels. My object is to control login logic to redirect users to the authorized panel
Fredchess237
Fredchess2372mo ago
Okay. So IMO this depends on what is the logic behing the three panels. If you have one of those panels which can federate the login logic you can override the login page/controller of that panel and handle the redirection. If not, you can create a 4th panel where which would have only the login page (overrided as I said) and make your stuffs
awcodes
awcodes2mo ago
KingNii
KingNiiOP2mo ago
@awcodes Thank you 🫡

Did you find this page helpful?