AccountPage_Controller::changepassword PHP Method

changepassword() public method

This catches that and sends it back to editprofile, which seems easier and less error-prone than the alternative of trying to manipulate the BackURL field.
public changepassword ( )
    public function changepassword()
    {
        $this->redirect($this->Link('editprofile'));
    }