⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

owner permissions



bnsakthi10

bnsakthi10
  • profile picture
  • Member

Posted 11 June 2013 - 19:04 PM

Hie everyone,

I'm new to this forum. I'm planning to use this feature in a website. I know the user group can add, edit, delete fields that is set up by rules. But i want to know whether the following options are available or not - 1. The logged-in user must be able to see only his/her own record and should be able to alter his/her own records only.  2. Is the login module attached with this plug-in.


davidoster

davidoster
  • profile picture
  • Member

Posted 11 June 2013 - 21:54 PM

Hello and welcome to the forums [member=bnskthi10].

 

I am afraid you must have misunderstood what you have read somewhere.

Grocery CRUD is a library for CRUD (Create, Read, Update, Delete) operations on tables the developers define.

Grocery CRUD is a library that doesn't provide any built in ability for users, user groups and user permissions.

These are provided by third party libraries that are specific to CodeIgniter.

CodeIgniter is the framework that Grocery CRUD is based on its current version.

 

In order to be able to have these functions (users, user groups and user permissions) you need to use a third party authentication library for CodeIgniter.


goFrendiAsgard

goFrendiAsgard
  • profile picture
  • Member

Posted 13 June 2013 - 07:33 AM

For the first question, you might use http://www.grocerycrud.com/documentation/options_functions/where

And as [member="davidoster"] said, no groceryCRUD is just about CRUD, there is no login module.