I have an anonymous access publishing site that has a 'Log In' link. I would like to redirect successfully authenticated users to a particular page.
So, a user could be looking at any page on the anonymous access public site, then they click log in, and if they authenticate correctly then they should be redirected to a specifc URL of my choosing.
Currently I am using Windows authentication, but it would be useful if it could also work for forms-based.
How can I do that?