Re: What is automated and what is not?

2009-01-26 Thread Dardo Sordi Bogado

 I am going to add remember me and activate account features to my
 login system. Why is it not built in CakePHP? Are remember me and
 activate account not common enough? What is automated and what is not?
 Why?

Perhaps it is not common enough, only in the last app I've built there
was a requirement of activating accounts and I've never needed
remember me feature... Anyway they are easy to build with cake.

Remember me tutorial:

http://www.littlehart.net/atthekeyboard/2007/09/11/a-hopefully-useful-tutorial-for-using-cakephps-auth-component/

And for activating accounts, I'm using a similar approach to this one:

http://bakery.cakephp.org/articles/view/ticket-component-resetting-user-passwords

Regards,
- Dardo.

 


--~--~-~--~~~---~--~~
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: What is automated and what is not?

2009-01-26 Thread mark_story

This is not an appropriate function for a framework.  Implementing
these types of features at the framework level leads to excessive
bloat.  All the tools you need are already in core.  You just have to
put them together :)  There are  number of tutorials and sample
applications around if you look for / ask for them

-Mark

On Jan 26, 12:01 pm, Delirium tremens pedbe...@gmail.com wrote:
 I am going to add remember me and activate account features to my
 login system. Why is it not built in CakePHP? Are remember me and
 activate account not common enough? What is automated and what is not?
 Why?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---