I am trying to have an admin user role on a particular Drupal 6 install, and I want them to be taken to the "list content" page when they login, instead of the "History" page that is currently the default once login has completed.

Comments

DirtyBirdNJ’s picture

Just a little clarification, I do not want to change the default home page, I want to change the first page that logged in users are directed to. This page should never be shown to unregistered users.

si_odong’s picture

dnewkerk’s picture

WorldFallz’s picture

If you already have the rules module installed, you can set up a rule to do it. If not, check out the http://drupal.org/project/login_destination module. iirc, http://drupal.org/project/logintoboggan has this feature as well.