Welcome Guest, Not a member yet? Register   Sign In
Community auth not working
#10

(08-08-2015, 12:18 AM)vsuri Wrote: Hi skunkbad ,
i am trying to implement the community auth in my project but i am facing issue. The jar is always coming empty when i try to login. Can you please help me so i can implement it smoothly.
I create a user admin1 but every time when i try to login it is giving following error.

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

I also checked it via make log and it is going in this code section in authentication.php library:
/**
* If a login string and password were posted, and the form token
* and flash token were not set, then we treat this as a failed login
* attempt.
*/
else if(
! is_null( $string ) &&
! is_null( $password )
)

and reason is token_jar  = [].
So i want to understand the issue what i have done wrong. Please check once and reply

Does your token cookie exist? Are you using the default login form? If you have customized a form, please show some code.
Reply


Messages In This Thread
Community auth not working - by rakibtg - 06-26-2015, 04:39 AM
RE: Community auth not working - by skunkbad - 06-26-2015, 07:24 AM
RE: Community auth not working - by rakibtg - 06-26-2015, 08:24 AM
RE: Community auth not working - by skunkbad - 06-26-2015, 01:38 PM
RE: Community auth not working - by rakibtg - 06-27-2015, 02:50 AM
RE: Community auth not working - by skunkbad - 06-27-2015, 11:29 AM
RE: Community auth not working - by rakibtg - 06-28-2015, 09:40 AM
RE: Community auth not working - by skunkbad - 06-28-2015, 10:01 AM
RE: Community auth not working - by vsuri - 08-08-2015, 12:18 AM
RE: Community auth not working - by skunkbad - 08-08-2015, 09:59 PM
RE: Community auth not working - by skunkbad - 08-09-2015, 08:51 AM
RE: Community auth not working - by skunkbad - 08-09-2015, 02:24 PM
RE: Community auth not working - by vsuri - 08-09-2015, 07:14 PM
RE: Community auth not working - by ethan sohail - 01-18-2016, 07:38 AM
RE: Community auth not working - by skunkbad - 01-18-2016, 08:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB