Hi,
I would like to ask about the behavior of the module. I have the following case: I redirect the anonymous user to specific page which is node/x. Than I log in with user, which has a specific role, redirected after login to specific page og/my. What happens is that after log in the user is not redirected, but stay on the same page node/x. When loged in the user press the home icon it is redirected to the right front page. So do I miss something, because I though that after log in the user should be directly redirected ?
Thank you
Comments
Comment #1
Dublin Drupaller commentedWhen you redirect anonymous users away from the front page module, the module is no longer being used until that user returns to the front page. In other words, when you redirect anon users away to
node/n, you are also redirecting them away from the front page.module.The correct usage for what you want is to use the text area for anon users on the front_page.module settings page, rather than redirecting them away.
Open this issue back up if that's not clear or you're still stuck.
Comment #2
Dublin Drupaller commentedchanging from bug to support request.