info@ektanjali.com +91 99276-99286

CakePHP 2.x User Management Premium Plugin Version 2.4.x

Must Know Necessary Things

You must follow the necessary things for better use of this plugin-

App Controller (yourapp/app/Controller/AppController.php) Follow README file instructions
This controller must use 'Session', 'RequestHandler', 'Auth', 'Usermgmt.UserAuth' components.
This controller must use 'Form', 'Html', 'Session', 'Js', 'Usermgmt.UserAuth', 'Usermgmt.Image' helpers.
This controller must have 'paginate' override function.

 

CakePHP Auth Component
This plugin is uses CakePHP 2.x built in Auth component.
You can change Auth component configuration in UserAuth component setAuthConfig function.

 

Bootstrap.php (yourapp/app/Config/bootstrap.php) Follow README file instructions
This file is used for loading plugins.
Please load User Management Plugin in this file bootstrap function
CakePlugin::load('Usermgmt', array('routes'=>true));

Please note in above syntax  'routes' => true must present.

 

CSS and JS files Follow README file instructions
Your layout must include external plugins.

 

Library and Image Folder
By default profile photos folder name is umphotos (yourapp/app/webroot/library/umphotos)
This folder must have write permissions for e.g. 755 permissions
Also library folder (yourapp/app/webroot/library) should have write permissions for e.g. 755 permissions
Please create blank index.php file in these folders