Missing Method in UsersController

Error: The action member_login is not defined in controller UsersController

Error: Create UsersController::member_login() in file: app/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function member_login() {

	}

}
?>

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

Default Location: All | ACT | NSW | NT | QLD | SA | TAS | WA | VIC