on the member pages, where it says "logged in as jdoe" I want it to say "logged in as jdoe@domain.com" where can I change this?
I figured it out. I edited line 7 in the /applications/default/views/_top.phtml to read $user->email and that fixed it for me.