I have a top level page that needs the URL of "/login/". It has nothing to do with an actual Craft login.
If I have a logged-in session, that url redirects me to the dashboard (via UsersController->actionLogin).
If I'm logged out, the page renders fine.
I thought setting craft.config.loginPath to something other than "login" would fix it, but it didn't seem to have an effect.