AccountPage_Controller::changepassword PHP Метод

changepassword() публичный Метод

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'));
    }