info@ektanjali.com +91 99276-99286

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

All Features

Premium Version 1.0

  1. Clean code with formatting
  2. Login
  3. Registration
  4. Cookie login/ Remember me functionality
  5. Add/Edit/Delete User By Admin
  6. Add/Edit/Delete Group By Admin
  7. Change Password
  8. Forgot Password
  9. Change User Password by Admin
  10. List of all Users
  11. List of all Groups
  12. Manage site Permissions using Ajax updation, Permission caching functionality for fast checking
  13. User's Email Verification
  14. User Profile View
  15. User activation by Admin
  16. Routing long urls to small urls
  17. Login with Facebook, Twitter, Linkedin, Four Square, Gmail, Yahoo.
  18. Plugin takes the image from facebook, linkedin, twitter and updates as profile image
  19. If a user sign in with facebook etc for the first time then plugin automatically register him/her, If a user is already registered with same email then plugin will associate old account with facebook etc. So there will be no duplicacy.
  20. All Configurations are database driven.
  21. View Online users and guest
  22. Admin can sign out any user at any time and Admin also can inactive that user so that user cannot sign in again
  23. Deleting CakePHP cache in a single click on production
  24. Captcha support in registration form
  25. CSRF/XSS protection
  26. Nice pagination for list
  27. SSL support for selected pages or whole site
  28. Profile view with nice design
  29. password are salted with hash
  30. Cross broswer CSS opimized code
  31. Strict form validations
  32. Allow/Disallow deletion of user account
  33. If admin deletes user account then user will automatically sign out(if signed in)
  34. Image resize helper: using this you can resize image or can crop with desired size

Premium Version 1.1(added features)

  1. Cake CSS removed now umstyle.css contains plugin css. You can use CakePHP generic css with this plugin if you want.
  2. Ajax Form Validations
  3. Ajax Form Validations with File/Image (Hope you will like it)
  4. Ajax Pagination
  5. Ajax Sorting on all List pages
  6. Ajax Search/Filter Options on List Pages
  7. Ajax Suggestion/Autocomplete on Search/Filter text boxes
  8. User Activation/Deactivation by Ajax
  9. User Deletion by Ajax
  10. User Email Verification by Ajax
  11. Image Validation with allow Empty (Hope you will like it)
  12. Preserve pagination number after user View/Edit/Change User Password
  13. Assign user to multiple groups By Admin
  14. $var is avilable in all views. It contains looged in user information you can print it in any view file to see what's inside it.

Premium Version 2.0(added features)

  1. You can use Username after domain name for profile or anypage, like facebook click here. For this plugin click here. Strong username validation added. Now user cannot take username like your controller name, your custom route name for e.g. 'login' etc.
  2. Browser Cache control. Some time you made any change in CSS or JS file and your users do not see changes due to browser cache.
  3. Remember me cookie name is now configurable. This will help for your multiple projects with same plugin code. And also helpful for disable user's browser cookie if needed.
  4. Ajax login redirect. If user session is timed out and needs to login again. Now it works on ajax call too.
  5. Clear button is added on search form for clearing all filter conditions.
  6. Now all social login window will open in new pop up window. Before It was not in twitter and foursquare. Popup window is now auto resizeable.
  7. Image resize helper modified. Now it can resize all images inside webroot. Before It was restricted to img folder.
  8. Blackhole error message now handled. Black hole request is due to CakePHP security component. If some one tries to use form tampering then CakePHP security component throws Black hole exception. Now it is handled by callback function.

Premium Version 2.1(added features)

  1. A small CMS added to generate static pages, you can add/edit/delete/view pages with rich text editor.
  2. Send Email to users from ALL USERS page.
  3. Send Email to registered users and other email addresses.
  4. To Email suggestions like Gmail.
  5. You can send Emailer(HTML template) to registered users and other Email addresses.
  6. Common login element added, you can put it anywhere on site.
  7. Contact Enquery Form element(You can put contact enquiry from any where on the site).
  8. All contact Enqueries will be saved in database, Admin can reply to any.
  9. Storing IP address of user on registration and updating IP address on Editing profile by Existing User.
  10. Input text placeholder support added for not supportable browsers, also ajax validations will take care of placeholder values.
  11. Ajax validation added on login form also placeholder added for demonstration of Input text placeholder
  12. ALL user-interface messages are with the __() function to allow translations(i18n Localizations) of it.
  13. Some bug fixes-username validations, and some other security change.