Redirect new user to profile page instead dashboard
I searched a lot for this question and solution for Jobroller but could'nt find anything. I want to redirect new registered users straight to their profile page instead to their dashboard. I guessed it must be changeable in register-form.php on line 21
if ( ! $redirect ) $redirect = get_permalink( JR_Dashboard_Page::get_id() );
If yes - what I must type in there? Something like Profile_Page doesn't work.
If no - where and what I have to change?