This repository was archived by the owner on Nov 14, 2019. It is now read-only.
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
access constraint to auth and security index #6
Open
Description
Hi,
we tried to put a secondary security level on top of this plugin, more specifically, we put the access constraints to the auth and security indexes. So that we can control that no normal user can touch the security part. However, now we got the permission deny for all the writing access.
Maybe its the default thing that auth and security indexes are protected from 'user' role and we did the redundant thing that we shouldnt?
Thanks,