How do I stop DNN from redirecting after login? or am I thinking wrong.
I have a support page on my site, I want the page to always be visible in menus, but when a user wants to go there if they are not logged in they should get a login control, if they are logged in they shold get the page contents.
I have acheived this by setting the page visible to all, then having two controls, a login control only visible to unauthenticated users, and the actual content only visible to authenticated users. The problem is, if a user logs in on this page it takes them to the home page, or a page speicified in the Admin->User Accounts -> User Setting page. But what I need it to do is stay on this page, and show the content.
I can't change the setting in Admin->User Accounts -> User Setting to redirect on login to this page, as I have used this approach on severl pages, and it needs to stay on which ever page they logged in from.
I know this sounds very confusing, but when my old asp days, this was pretty easy to do. Anyone know how I can do this here?