Moonlight63 / grav-plugin-users-page-ownership

MIT License
10 stars 2 forks source link

where to find "Admin Users Managment" ? #12

Open bonnebulle opened 4 months ago

bonnebulle commented 4 months ago

I dont find the source am working on studen editor space... I cant figure how to limit the acces to some pages ! Maybe your plugin can help ? Thanks

Moonlight63 commented 4 months ago

I appreciate your interest, but I have had no real need to update this plugin after grav 1.7 as they added ACL like functions into grav directly. You can find documentation on how to set it at learn.getgrav.org under AdminPanel/Pages/Permissions. However, if you are trying to manage a large number of users, I don't think grav is going to be the solution for you. Especially with a large growing page collection. Don't get me wrong, I love grav, but you will probably get way more milage out of WordPress at scale.

bonnebulle commented 4 months ago

Yes, sadly I cant make it works {{ page.header.creator }} {{ ownerUtils.getUser(page.header.creator) }} output nothing or I dont see the fields in article (the plugin not adding any into the admin blueprint) I will try directly in files (frontmatter)

I can do it manually (adding infos/fields).. but your plugin give lot of great options, very helpful for a quick integration/installation (for not experimented users) Thanks for all

And, yes, I finally found ACL permissions into : Article => Security Tab You are right, GRAV have some limits Making inherit permissions can help.. image