I use the Front Page module to have different front pages for anonymous users and authenticated users.
For anonymous users I set up Front Page module to redirect users to node/1
For authenticated users I set up Front Page module to redirect users to node
When an anonymous users hits the site he gets the /?q=node/1 page - that is fine.
If the anonymous user goes to the url in the browsers address field and removes the /1 from the /?q=node/1 he gets the standard "Welcome to your new Drupal website!" page. Can I somehow avoid that and lead the user back to page /?q=node/1 ?
When a user logs in and gets authenticated he also gets the page /?q=node/1 and not the expected node list /?q=node. When the authenticated user presses the Home-link he correctly gets the node list /?q=node
Any help would be appreciated.
Thanks
Thomas S
Comments
i am having the exact same
i am having the exact same issue. Though my authenticated users are being sent to their account page on login.
i am having the exact same
duplicate
Use Core Triggers
Now, I use Core Triggers to send authenticated users to different front page after log on.
It works fine - please see http://drupal.org/node/683696
Thanks