'id', 'email' => 'email', 'password' => 'password', 'salt' => 'salt', 'user_role_id' => 'user_role_id', 'last_login' => 'last_login', 'last_login_ip' => 'last_login_ip', 'reset_request_code' => 'reset_request_code', 'reset_request_time' => 'reset_request_time', 'reset_request_ip' => 'reset_request_ip', 'verification_status' => 'verification_status', 'status' => 'status' ); $config['schema_user_role'] = array( 'id' => 'id', 'role_name' => 'role_name' ); $config['user_meta_user_id'] = 'user_id'; //Enable showing the email on browser rather then sending it. for debug and dev environment $config['show_password_reset_mail'] = FALSE; //use your own function to send email //$config['override_email_function']='name_of_your_function'; //$option = array('subject'=>'','from'=>'', 'from_name'=>'', 'to'=>'','body'=>''); // name_of_your_function($option) will be called to send email $config['override_email_function'] = FALSE; //Enable or disable the management interface $config['enable_ezrbac_gui'] = TRUE; // Url identifier for ezrbac gui interface access $config['ezrbac_gui_url'] = "gui"; // Password to access management interface of ACL $config['ezrbac_password'] = "hardtoremember"; //ezrbac specific url identifier $config['ezrbac_url'] = 'rbac'; //This configuration value tell the library from where it should use the resource //if set to true the js/css/images used in the library views will be served from the //assets directory in package (helpful for quick setup) //for advance user it will be better to copy the contents of assets directory in a web accessible location //and set the $config['assets_base_directory']='the/relative/path/of/assets/directory/from/root' $config['use_assets_within_package'] = TRUE; //Optional only used if you set the the $config['use_assets_within_package']=false //then set the relative path of assets directory from root $config['assets_base_directory'] = 'assets'; //enable clean url for management interface by adding routing rule // if $config['ezrbac_url']='rbac' then // add $route['^(rbac)/(.+)$'] = $route['default_controller']."/index/$1/$2"; // and set the value to true $config['use_routing'] = FALSE; /* End of file ez_rbac.php */ /* Location: ./ezRbac/config/ez_rbac.php */