Skip to content

Releases: portapipe/Login-GroceryCrud

HOTFIX SQL Injection!

07 May 10:26
4c5a957
Compare
Choose a tag to compare

If you are already using Login-GroceryCrud please update your code ASAP with this little fix!

This fix will block any SQL Injection.

The FullPerm Release

26 Aug 08:03
Compare
Choose a tag to compare

Introducing a new amazing permissions-grid system table-based! You can add infinite groups and manage single permissions on each table of your database!
All the instructions in the WIKI

  • Recoded some things to make it lightweight
  • Added a couple of images to show the pages
  • Added comments to the code so everyone know stuff
  • Added lots of functions into the model

It's all in the documentation ;)

The SQL Release

22 Aug 08:41
Compare
Choose a tag to compare
  • An SQL automation was added to the project. If the crud_users table doesn't exists, the script will create it for you AND will create an 'admin' user just to start.
  • Added the ability to not redirect on logout (true by default).
  • New website for the project
  • New documentation with examples
  • You can get id, name, permission fields of the logged users via login_module

Starter

21 Aug 18:45
Compare
Choose a tag to compare

The first complete working tested version.

  • Login System
  • No register or lost password
  • MD5 optional for password
  • Custom error message
  • Custom after-login page url
  • optional permission field
  • model with useful functions like isLogged() and permission()