Is there a function that will allow you to change where you get redirected to once logged in?
I'm logging into the standard Wordpress login form which redirects you to the dashboard, is there a way to change it so you get redirected to the pages list?
It's important that I'm not editing core WP files (although easy, it's asking for trouble!) and doing this via a function.
This isn't any kind of front end log in, it's all backend just redirecting the standard WP login screen from the dashboard to the pages list - wp-admin/edit.php?post_type=page (as I don't like the info displayed on the dashboard).