Welcome Guest, Not a member yet? Register   Sign In
Can only login as Admin in Community Auth
#6

(07-29-2016, 08:13 AM)jminton Wrote: Thank, I found issue my superviser wrote:
if ($this->require_role('admin'))
       {
           $sb_menu = 'membership_reports';
           $this->load->view('templates/header', array('page_title' => 'NBCIS - Membership Reports'));
           $this->load->view('templates/tables_dynamic_header');
           $this->load->view('templates/doc_ready');
           $this->load->view('header');
           $this->load->view('sidebar',array('sb_menu' =>$sb_menu));
           $this->load->view('breadcrumbs');
       }

Now got change it required group so allow all employees to login

Sounds good. It's really pretty easy to work with, and once you've been using it for a few days you won't even think about it anymore.
Reply


Messages In This Thread
RE: Can only login as Admin in Community Auth - by skunkbad - 07-29-2016, 12:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB