Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Authentication: RBAC (Role based access control) in Grav?
· 10 years ago
The Admin plugin issues page https://github.com/getgrav/grav-plugin-admin/issues is probably the place where to discuss such feature
-
Authentication: RBAC (Role based access control) in Grav?
· 10 years ago
Grav looks amazing; I've got existing sites in DokuWiki that have outgrown it with the need for structured data, but unless each folder and page can have ACLs applied to groups and users, I don't thin
-
Authentication: RBAC (Role based access control) in Grav?
· 10 years ago
Sounds promising. Looks like the ACL levels control admin and/or site access. Is it possible to extend these ACL levels to let users 'view' instead of fine-grained to the edit levels. 'View' will be
-
Authentication: RBAC (Role based access control) in Grav?
· 10 years ago
Currently the Admin plugin offers these ACL levels, allows some users to only access pages, but not fine-grained to the page level, so you cannot (yet?) say user X can edit pages Y,Z, user XX can edit
-
Authentication: RBAC (Role based access control) in Grav?
· 10 years ago
Is there a plugin for Grav that enables role based access control (RBAC) ? The purpose is to enable fine-grained autorization (similar as in many CMSs, Operations systems, etc). Permissions and rights
-
[Newbie] user/config/featherlight.yaml not taking effect
· 10 years ago
@chidvanid Thanks man! exactly! It works now.
-
[Newbie] user/config/featherlight.yaml not taking effect
· 10 years ago
Have you tried putting the featherlight.yaml into user/config/plugins?
-
[Newbie] user/config/featherlight.yaml not taking effect
· 10 years ago
Hi all, please excuse me if this is stupid. But I'm trying to learn from the ground up. I've setup a local MAMP site. Followed the tutorial on creating a custom theme, it works. I've then installed fe
-
How to Return List of Tags for all Page of Site
· 10 years ago
Chanding formatting / markup is easy, you just copy the Twig used by the plugin to your theme, and Grav will use that "override".
-
How to Return List of Tags for all Page of Site
· 10 years ago
thanks. I did dump as see the json object it produces, I was just expecting to find a variable like site.taxonomy.tag like there is for page.taxonomy.tag that make's consuming that info/data as easy.