I'm not familiar with the plugin but it seems to be a bunch of potentially useful stuff that you would otherwise need to create yourself. Cake's AuthComponent handles authentication only. The plugin is for *managing* users. If your app will require a lot of administrative stuff for your users, then this plugin may save you some work. But, if you'll only have one or two admins logging in to do stuff, this would be overkill.
On Tue, Mar 6, 2012 at 9:23 AM, macamba <[email protected]> wrote: > Currently I am selecting an development framework, doubted between > CakePHP, CodeIgniter, and Symfony. But going for CakePHP, one of the > reasons is the build in authentication and authorization module. Can > somebody tell me whether the User Management plugin below is a > replacement or an add on to the build-in authentication and > authorization module in CakePHP? And if a replacement what is the > difference? > > http://bakery.cakephp.org/articles/chetanvarshney/2012/02/11/user_management_plugin_for_cakephp_2_x > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
