Grav Admin - Clear Cache - Access denied

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

No, you would also need to add the cache and toggle it to true.

probably “maintenance” should be in that list

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!

Added admin.maintenance to the cache clearing allowed groups