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

DEBUG - 2016-07-29 08:44:36 -->
string = cdyer
password = Dy3rb3ta
form_token = 7b360ae7
token_jar = ["d55d9e94","7b360ae7"]
DEBUG - 2016-07-29 08:44:36 --> Config file loaded: /www/nbcis/v2/application/third_party/community_auth/config/form_validation/login.php
DEBUG - 2016-07-29 08:44:37 -->
user is banned = no
password in database = $2y$10$287206c8c29ee45fcf232u21xEXpbuaAqMfwb2utf6LcoOX1yu04O
supplied password match = 1
required level or role = admin
auth level in database = 3
auth level equivalant role = membership
DEBUG - 2016-07-29 08:44:37 -->
string = cdyer
password = Dy3rb3ta
form_token = 7b360ae7
token_jar = []
DEBUG - 2016-07-29 08:44:37 --> Total execution time: 0.2182

public function login()
{
// Method should not be directly accessible
if( $this->uri->uri_string() == 'home/login')
show_404();

if( strtolower( $_SERVER['REQUEST_METHOD'] ) == 'post' )
$this->require_min_level(2);

$this->setup_login_form();

$redirect_url = $this->session->flashdata('redirect_url');

if ($redirect_url)
redirect($redirect_url,'refresh');

$this->load->view('user/login_header');
$this->load->view('user/login_form');



}

Is their anything else that need to see let me know
Reply


Messages In This Thread
RE: Can only login as Admin in Community Auth - by jminton - 07-29-2016, 05:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB