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

(default) 4 queries took 7 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `users`31314
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb4_unicode_ci';111
3SHOW FULL COLUMNS FROM `escuela_alumnos`882
4SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_unicode_ci';110