How to redirect the page when user logged in Orchard?
I want to redirect to my own module's page with user's credential.
I tried to add a HTML action link in Orchard.Core.Shapes/Views/User.cshtml to redirect to my own moudle, but it doesn't work.
it seems the page doesn't refresh in this approach.
What 's the better way of doing this ?