I enabled the Themed Profiled module, and now when a user is logged on, my login page (/login/) displays their profile for editing within my theme. This is near perfect behavior, except I would like /login/ to redirect to /dashboard/settings/ and display the form there instead, if a user is logged in. Is this possible?
Thanks!