Edit page in AdminPanel

I have Admin Panel v.0.5.0 installed. And I created an user who should be able to change content of the pages. In my yaml file I have following lines:

access:
  admin:
    login: true
    pages: true

I can login into the Admin Panel and as expected only pages are shown, but if I edit something and try to save it. I get following message: You have insufficient permissions for task save.

Hello, what webserver you use?

This might be an issue with our ACL setup. We probably have an accidentally higher ACL requirement for save compared to edit. Can you please create an issue here: https://github.com/getgrav/grav-plugin-admin/issues

I use Apache webserver and I created an issue

Yes, I think this is a legitimate issue. I think we have to update required permissions for save. Thanks for the issue on github!