Missing Method in UsersController

Error: The action forgot_password is not defined in controller UsersController

Error: Create UsersController::forgot_password() in file: app/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function forgot_password() {

	}

}

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

Stack Trace