You are seeing this error because the action recover is not defined in controller AccountController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the AccountController::recover() in file : app/controllers/account_controller.php
<?php
class AccountController extends AppController {
function recover() {
}
}
?>