Login-GroceryCrud icon indicating copy to clipboard operation
Login-GroceryCrud copied to clipboard

A Login/Logout system for GroceryCrud (codeigniter).

Results 9 Login-GroceryCrud issues
Sort by recently updated
recently updated
newest added

Hello portapipe, Your code seems very useful, but I am struglin to use it, please could you give clearer instruction. For example, What can I do with the main.php? I...

using enterprise edition of GC folow the tutz, where is the line to enter database (username & password) to create 'crud_users' can i get your script on grocerycrud.php ? if...

Solve "TOO_MANY_REDIRECTIONS" and NOT FOUND /makeLogin adding "index.php" to URL Old url: http://10.10.10.10/makeLogin new url. http://10.10.10.10/index.php/makeLogin

Hi! I'm pretty new to GroceryCrud, and I'm trying to set this up. I've read through the detailed instructions but I'm not able to figure out where to put the...

I have a problem for grocery crud enterprise: https://www.bylde.com/admin/users/test followed this to install: https://www.grocerycrud.com/enterprise/enterprise-documentation/enterprise-codeigniter-installation 'assets_folder' => base_url() . 'theme/assets/grocery-crud/', $config['base_url'] = 'https://www.bylde.com/'; not sure what's wrong here

Hello, I like this Login-GroceryCrud job. I have used this with grocery crud community edition and helped me a lot. Do you plan to support also Enterprise Edition? It would...

enhancement

First of all congratulations for this great project, it has been very useful for me thanks!! ... the problem occurs when entering the table crud_users with a user with permission...

With the example for the user's CRUD, GC always store the password in clear text, even when have the MD5 configured. How to store the hash instead the clear text...