Hello.
How can I limit access to some pages based on the user? I mean I want to make sure a user is logged in and has access to a page before the page is displayed. How can I do that?
Thanks!
Ross.
Hello.
How can I limit access to some pages based on the user? I mean I want to make sure a user is logged in and has access to a page before the page is displayed. How can I do that?
Thanks!
Ross.
This can be done via the login plugin. Read the README here: https://github.com/getgrav/grav-plugin-login
Also look at the docs: Groups & Permissions
rhukster, thanks for your help - much appreciated!