In Drupal 5, I am redirected to user/uid if I try to visit the login page (/user).

In Drupal 6, when I load /user, I get an access denied error instead. I expected the same behavior as Drupal 5.

I'm running the 6.x-dev build from drupal.org/download, dated 2007-Jul-15.

Comments

jpoesen’s picture

confirmed: this behaviour still occurs. When anonymous users load /user, they're directed to /user/login. When authenticated users load /user, they get an access denied message.

chx’s picture

Status: Active » Fixed

You have not rebuilt your menu for a long time.

Anonymous’s picture

Status: Fixed » Closed (fixed)