Hey all,

I'm trying to get dAuth v0.3 working but am constantly presented with
"Login failed: Credentials mismatch.". I added a slew of debug output
to the component and sure enough my password hash and the one
submitted are completely different.

Some log_debug output from a login attempt:

2008-01-17 22:37:57 Debug: dAuthComponent attemptLogin...
2008-01-17 22:37:57 Debug: clean host...
2008-01-17 22:37:57 Debug: username and password present...
2008-01-17 22:37:57 Debug: username found in database...
2008-01-17 22:37:57 Debug: clear text = false...
2008-01-17 22:37:57 Debug: password hash:
[7025cd2543c0f3a446487c973a124d0b25daa753] submitted hash:
[fcb55b0e784e713ec1116766ffac3e75a833bcda]
2008-01-17 22:37:57 Debug: hashed password compare failed...

Thinking maybe it was some stale user accounts, I went through the
dAuth Users/register action again and that was successful. I also
checked my files for copy-n-paste whitespace that might cause header
issues but couldn't find any.

I realize I may be behind the times on implementing dAuth but I hope
someone else has resolved this. :)

Thanks!
-volve

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to