Welcome Guest, Not a member yet? Register   Sign In
Not able to login using codeigniter sample login_form.
#1

[eluser]uday_3393[/eluser]
I am using sample codeigniter tutorial. I am able to register the customer but when I am trying to log using login form.. its giving following error even I type correct login details.

Login Error: Invalid Username, Email Address, or Password.
Username, email address and password are all case sensitive.

I enabled the Debug logging which shows following debug log. please help to identify the isssue.

DEBUG - 2013-08-12 09:37:22 -->
string = user23451
password = User2345
form_token = 05bfb5c099df43a661d6cd94c0ffda38
flash_token = 05bfb5c099df43a661d6cd94c0ffda38
DEBUG - 2013-08-12 09:37:22 --> Form Validation Class Initialized
DEBUG - 2013-08-12 09:37:22 --> Config file loaded: application/config/form_validation/auth/login.php
DEBUG - 2013-08-12 09:37:22 --> Language file loaded: language/english/form_validation_lang.php
DEBUG - 2013-08-12 09:37:22 --> XSS Filtering completed
DEBUG - 2013-08-12 09:37:22 --> Model Class Initialized
DEBUG - 2013-08-12 09:37:22 -->
user is banned = no
password in database = $2a$09$9f7cbda22c38e149ca44cunFmJ9bbtXVMDKZDztzuaQKsdlLULSpi
posted/hashed password = $2a$09$9f7cbda2$$$$$$$$$$$$$.Dfkl4E6du3HCdnOYYsv7ii43TZp.GMe
required level or role = 1
user level in database = 1
user level equivalant role = customer
DEBUG - 2013-08-12 09:37:22 --> XSS Filtering completed
DEBUG - 2013-08-12 09:37:22 --> File loaded: application/views/dynamic_js/cookie_checker.php
DEBUG - 2013-08-12 09:37:22 --> Session class already loaded. Second attempt ignored.
DEBUG - 2013-08-12 09:37:22 --> File loaded: application/views/auth/login_form.php
DEBUG - 2013-08-12 09:37:22 --> File loaded: application/views/templates/main_template.php
DEBUG - 2013-08-12 09:37:22 --> Final output sent to browser
DEBUG - 2013-08-12 09:37:22 --> Total execution time: 0.3290


Messages In This Thread
Not able to login using codeigniter sample login_form. - by El Forum - 08-12-2013, 09:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB