Set a specific URL for user's/user groups to redirect to after they've logged in?
Hello,
I'm working on a website that is essentially split into multiple websites that serve different regions of the county. Users in the North-west wouldn't be able to access pages for those in the East Midlands and vice versa.
Is it possible to control where each user or user group is re-directed to after they log in?
I mean on the front-end - one admin (the client) will login on the back-end and manage the content for all the sites. I need the customers to be able to log in the front and be redirected to site.com/east-midlands-stores, site.com/london-stores etc depending on their permissions (re-direct rules?)
Simply create member groups for different countries, and assign the members based on the country to belong's.
Then you can do the following..
- Right-click on the node that you need to set limited access => public access => roles based protection => choose the group can access the node => choose login page and error page=> Update.
- Another way is => After the successful member login => check the member belonging group and redirect to the respective page programmatically.
Set a specific URL for user's/user groups to redirect to after they've logged in?
Hello,
I'm working on a website that is essentially split into multiple websites that serve different regions of the county. Users in the North-west wouldn't be able to access pages for those in the East Midlands and vice versa.
Is it possible to control where each user or user group is re-directed to after they log in?
Thanks,
Charlie
Hi Charlie,
Do you mean the user login via the Umbraco backend or any other?
Hi Dhanesh,
I mean on the front-end - one admin (the client) will login on the back-end and manage the content for all the sites. I need the customers to be able to log in the front and be redirected to site.com/east-midlands-stores, site.com/london-stores etc depending on their permissions (re-direct rules?)
Thanks,
Charlie
Hi Charlie,
Simply create member groups for different countries, and assign the members based on the country to belong's.
Then you can do the following..
Kind regards Dhanesh
is working on a reply...