Missing Method in AuthController

Error: The action ForgotPassword is not defined in controller AuthController

Error: Create AuthController::ForgotPassword() in file: app/Controller/AuthController.php.

<?php
class AuthController extends AppController {


	public function ForgotPassword() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace