Missing Method in AuthController
Error: The action recover_password is not defined in controller AuthController
Error: Create AuthController::recover_password() in file: app/controllers/auth_controller.php.
<?php
class AuthController extends AppController {
var $name = 'Auth';
function recover_password() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp