Re: really simple authentication

2009-01-10 Thread fain182

i noticed that http authentication doesn't have logout... and my
customer want it..
there is another simple authentication that works with cookies?

thank you all
pietro

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: really simple authentication

2009-01-08 Thread brian

You might as well leave the hashed password in bootstrap.php then, and
have your controller check against that.

Either that, or use ht[digest|passwd] (though you'd be stuck with the
browser's ugly login box).

On Thu, Jan 8, 2009 at 4:19 PM, fain182 fain...@gmail.com wrote:

 hello,
 I need to protect a whole cakephp site under one password, i don't
 need user, groups, registration etc.. so i don't want use ACL for a
 simple thing like this.. how can I do? there is a simpler
 authentucation component? other ways?

 thank you,
 pietro

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: really simple authentication

2009-01-08 Thread park

The simplest method would be .htaccess password.

On Jan 9, 5:19 am, fain182 fain...@gmail.com wrote:
 hello,
 I need to protect a whole cakephp site under one password, i don't
 need user, groups, registration etc.. so i don't want use ACL for a
 simple thing like this.. how can I do? there is a simpler
 authentucation component? other ways?

 thank you,
 pietro
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---