You actually have to give it the password in plaintext as well in
order for it to generate the necessary hash data.

On Oct 23, 1:57 am, jcsiegrist <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm trying to use the Security HTTP authentication features. While I
> can get basic authentication to work, I just can't get digest to work.
> I'm using 1.2r5879.
>
> I use this call to the Security component in the beforeFilter of my
> AppController
>
> $this->Security->requireLogin('*', array('users' => array('admin' =>
> 'bb5fd3344ae62a91d22226aee3947fca'), 'type'=>'digest',
> 'realm'=>'admin'));
>
> I've tried also md5 hashing the username, but that didn't make any
> difference. I'm guessing that I need to be doing something different
> to my stored hash of the password and/or username. Can someone point
> me in the right direction? Thank You.
>
> :jc


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