> I basically did a
> fresh install of the v0.3 files from bakery.cakephp.org and wanted to
> get them all working as-is before customizing (to make sure there was
> nothing in my project interfering, I grep'd the entire source tree for
> references to 'salt' and only found the new dAuth ones).

Well, this is weird indeed.  I also used the powers of grep on the
dauth sources and found out that at only 1 place the salt is written
into the session, which is in the function newSalt() of the component.
By grepping on Session i could not find a place where the salt might
be removed or the session cleared or anything like that.  I suggest
you also grep on Session in your entire project to find out if
something else might be interfering.  ( use grep -i to be sure you
dont miss anything)

Also make sure that the salt is put in the session before trying to
read it out ( eg you're not going directly to the attemptLogin logic
before opening the login page. and make sure you have a salt there
first)


--~--~---------~--~----~------------~-------~--~----~
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