I login with a user in my website. After logging in website then redirect to page my account. can i for user rediect to homepage?

Comments

vm’s picture

investigate the login destination module in the downloads area

saltcod’s picture

Easy peasy:

Create an action that redirects to a url (ie: ), then create a Trigger that 'triggers' that action - ie: WHEN USER LOGS IN trigger action REDIRECT TO URL ()

That seems complicated....but its very straightforward - and works like a charm. If you want different home pages by Role, that's a different issue, but this works great.

sarmiluv’s picture

Works great. Thanks.
Is there any way that we can redirect to the same page that the user logs in from?