Users are not being redirected to the originally requested page after logging in. I noticed a similar post for this problem for 6.x, and I realize that the answer there probably also applies here (http://drupal.org/node/579742), but there's no harm in asking I hope.

I am testing this with no other access control modules installed or enabled, and in the simplest setup I can think of: taxonomy has two terms, "public" and "private", where "private" requires that a user by logged in to view the content. If the user tries to browse directly to the node, they see a login page (which is good), but after logged in they are redirected to /user instead of the page they're trying to get to.

Any input on this would be greatly appreciated!

Comments

Dave Cohen’s picture

Are you saying this happens when tac_lite is enabled, but not when it is disabled? Only trying to view a node?

It might have to do with Drupal's handling of page not found. tac_lite is not doing anything specific to make this happen.