Closed (works as designed)
Project:
Drupal core
Version:
6.x-dev
Component:
user system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2009 at 10:43 UTC
Updated:
18 Sep 2011 at 18:01 UTC
Jump to comment: Most recent
Comments
Comment #1
ingo86 commentedComment #2
Anonymous (not verified) commentedThe user/login/ is the MENU_DEFAULT_LOCAL_TASK of the user/ MENU_CALLBACK. The user/login/ actually calls the same page callback as user/ and is a functioning of the menu system and not the user system. Perhaps the bug is that the user/login/ persists and doesn't redirect to user/ but again it is the menu system and not the user system at play. I'll let others decide if they want to mark it as "by design".
Comment #3
jody lynnTheming should not be url-based anyway.