Muut
June 10, 2016, 3:04pm
1
Hi,
I have an accout with the following access configuration:
access:
admin:
login: 'true'
pages: 'true'
maintenance: 'true'
So the user should be able to clear the cache, right? But it doesn’t, the error message “Access Denied” is displayed instead.
Access_denied
Thanks
Muut
June 10, 2016, 5:19pm
2
No, you would also need to add the cache and toggle it to true.
Muut
June 10, 2016, 6:11pm
3
probably “maintenance” should be in that list
Muut
June 13, 2016, 7:50am
4
Thank you, it’s working now.
I was confused because the Documentation says:
admin.maintenance : allows a user to update Grav from the admin side, check for updates and clear the cache
And the “cache” rule is not mentioned there.
Thanks again!
Muut
June 13, 2016, 9:17am
5
Added admin.maintenance
to the cache clearing allowed groups